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. |