| 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 6655ccc240304c7dae49a2faeb390abedbf5bab0..5031cb262d4abebd95463cfe6485247df31b1f12 100644
|
| --- a/build/android/pylib/host_driven/run_python_tests.py
|
| +++ b/build/android/pylib/host_driven/run_python_tests.py
|
| @@ -86,8 +86,8 @@ def DispatchPythonTests(options):
|
| logging.debug('Pushing files to device %s', device_id)
|
| test_pkg = test_package.TestPackage(options.test_apk_path,
|
| options.test_apk_jar_path)
|
| - test_files_copier = test_runner.TestRunner(options, device_id, 0, False,
|
| - test_pkg, [])
|
| + test_files_copier = test_runner.TestRunner(
|
| + options, device_id, 0, test_pkg, [])
|
| test_files_copier.PushDependencies()
|
|
|
| # Actually run the tests.
|
|
|