Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2908)

Unified Diff: build/android/run_tests.py

Issue 8787010: Android buildbot reliability fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: apply bradnelson feedback Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/emulator.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/run_tests.py
diff --git a/build/android/run_tests.py b/build/android/run_tests.py
index 61b01d7227a990ec2276930c9e10d9f0baf06c9d..6e3eccbc9990e775f41eb5b4fd52e4753161403f 100755
--- a/build/android/run_tests.py
+++ b/build/android/run_tests.py
@@ -215,7 +215,6 @@ def Dispatch(options):
if options.use_emulator:
t = TimeProfile('Emulator launch')
buildbot_emulator = emulator.Emulator()
- buildbot_emulator.Reset()
buildbot_emulator.Launch()
t.Stop()
attached_devices.append(buildbot_emulator.device)
« no previous file with comments | « build/android/emulator.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698