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

Unified Diff: build/android/pylib/gtest/test_runner.py

Issue 323073007: Android: Cleaned up python setup steps for gtests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« build/android/pylib/gtest/setup.py ('K') | « build/android/pylib/gtest/setup.py ('k') | no next file » | 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 dd0948827643be3085b9c94ba2672dac48671a4b..b54947eadbea8438d68436c8b94f69834b3b1dfe 100644
--- a/build/android/pylib/gtest/test_runner.py
+++ b/build/android/pylib/gtest/test_runner.py
@@ -56,10 +56,6 @@ class TestRunner(base_test_runner.BaseTestRunner):
self._perf_controller = perf_control.PerfControl(self.device)
#override
- def InstallTestPackage(self):
- self.test_package.Install(self.device)
-
- #override
def PushDataDeps(self):
self.device.WaitUntilFullyBooted(timeout=20)
self.tool.CopyFiles()
« build/android/pylib/gtest/setup.py ('K') | « build/android/pylib/gtest/setup.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698