Chromium Code Reviews| 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 bde75d242bed3748f80a4658f3b4e321da79f947..3c2c474c6dabae3d3002677f0394b33499d29850 100644 |
| --- a/build/android/pylib/host_driven/run_python_tests.py |
| +++ b/build/android/pylib/host_driven/run_python_tests.py |
| @@ -87,7 +87,8 @@ def DispatchPythonTests(options): |
| options.test_apk_jar_path) |
| test_files_copier = test_runner.TestRunner( |
| options, device_id, 0, test_pkg, []) |
| - test_files_copier.PushDependencies() |
| + test_files_copier.InstallTestPackage() |
| + test_files_copier.PushDataDeps() |
|
nilesh
2013/06/12 20:07:45
Why doesn't this check for the skip-deps flag?
frankf
2013/06/12 20:53:56
Done.
On 2013/06/12 20:07:45, nilesh wrote:
|
| # Actually run the tests. |
| if len(attached_devices) > 1 and options.wait_for_debugger: |