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

Unified Diff: build/android/pylib/test_package_executable.py

Issue 10689132: [android] Upstream / sync most of build/android and build/android/pylib. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/test_package_apk.py ('k') | build/android/pylib/test_result.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/test_package_executable.py
diff --git a/build/android/pylib/test_package_executable.py b/build/android/pylib/test_package_executable.py
index 270b90ec87a55461526deceb0a4ad8b716f05c87..47c1a3982633f2ac9c3614752aa91348becc8972 100644
--- a/build/android/pylib/test_package_executable.py
+++ b/build/android/pylib/test_package_executable.py
@@ -80,7 +80,8 @@ class TestPackageExecutable(TestPackage):
def GetAllTests(self):
"""Returns a list of all tests available in the test suite."""
all_tests = self.adb.RunShellCommand(
- '/data/local/tmp/%s --gtest_list_tests' % self.test_suite_basename)
+ '%s /data/local/tmp/%s --gtest_list_tests' %
+ (self.tool.GetTestWrapper(), self.test_suite_basename))
return self._ParseGTestListTests(all_tests)
def CreateTestRunnerScript(self, gtest_filter, test_arguments):
« no previous file with comments | « build/android/pylib/test_package_apk.py ('k') | build/android/pylib/test_result.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698