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

Unified Diff: build/android/run_tests.py

Issue 10692132: fix test broken issue when using --use-emulator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 5 months 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/pylib/single_test_runner.py ('k') | third_party/android_testrunner/README.chromium » ('j') | 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 a8c4841c938f07a2feaec7a3d1c0c4c550e5e7f7..b9206e175d9d208a75d5ca9e62c2bf4fbf1ccb44 100755
--- a/build/android/run_tests.py
+++ b/build/android/run_tests.py
@@ -328,8 +328,8 @@ def _RunATestSuite(options):
t.Stop()
buildbot_emulators.append(buildbot_emulator)
attached_devices.append(buildbot_emulator.device)
- # Wait for all emulators to become available.
- map(lambda buildbot_emulator:buildbot_emulator.ConfirmLaunch(),
+ # Wait for all emulators to boot completed.
+ map(lambda buildbot_emulator:buildbot_emulator.ConfirmLaunch(True),
buildbot_emulators)
elif options.test_device:
attached_devices = [options.test_device]
« no previous file with comments | « build/android/pylib/single_test_runner.py ('k') | third_party/android_testrunner/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698