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

Unified Diff: build/android/pylib/host_driven/run_python_tests.py

Issue 12378048: [Android] Switch instrumentation tests to the new shard/runner paradigm. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add retries to the end of the queue instead of the beginning Created 7 years, 10 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
Index: build/android/pylib/host_driven/run_python_tests.py
diff --git a/build/android/pylib/host_driven/run_python_tests.py b/build/android/pylib/host_driven/run_python_tests.py
index e4e05b3bc494e9bf55277f3af18c2e3ac55dd1f7..86842251116e473bf4d302643b9dde4c8d71073f 100644
--- a/build/android/pylib/host_driven/run_python_tests.py
+++ b/build/android/pylib/host_driven/run_python_tests.py
@@ -85,8 +85,8 @@ def DispatchPythonTests(options):
for device_id in attached_devices:
logging.debug('Pushing files to device %s', device_id)
apks = [apk_info.ApkInfo(options.test_apk_path, options.test_apk_jar_path)]
- test_files_copier = test_runner.TestRunner(options, device_id, None, False,
- 0, apks, [])
+ test_files_copier = test_runner.TestRunner(options, device_id, 0, False,
+ apks, [])
test_files_copier.CopyTestFilesOnce()
# Actually run the tests.
« no previous file with comments | « build/android/pylib/host_driven/python_test_base.py ('k') | build/android/pylib/instrumentation/dispatch.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698