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

Unified Diff: build/android/pylib/gtest/test_runner.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: Addressed Nilesh's comments 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
« no previous file with comments | « build/android/pylib/base/base_test_runner.py ('k') | build/android/pylib/host_driven/run_python_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/gtest/test_runner.py
diff --git a/build/android/pylib/gtest/test_runner.py b/build/android/pylib/gtest/test_runner.py
index 4b5b5e9ade8811e3b24b4c3afaf29d6c57e9aa2f..734b12ef648a188da6b776f1874e2ba0c1c7f7de 100644
--- a/build/android/pylib/gtest/test_runner.py
+++ b/build/android/pylib/gtest/test_runner.py
@@ -273,9 +273,12 @@ class TestRunner(base_test_runner.BaseTestRunner):
symbols_dir)
#override
- def PushDependencies(self):
+ def InstallTestPackage(self):
self.test_package.StripAndCopyExecutable()
self.test_package.PushDataAndPakFiles()
+
+ #override
+ def PushDataDeps(self):
self.tool.CopyFiles()
test_data = _GetDataFilesForTestSuite(self.test_package.test_suite_basename)
if test_data:
« no previous file with comments | « build/android/pylib/base/base_test_runner.py ('k') | build/android/pylib/host_driven/run_python_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698