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

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

Issue 16820002: [Android] Separate concepts of pushing test data and installing test apk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 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:

Powered by Google App Engine
This is Rietveld 408576698