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

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

Issue 18258012: [Android] Some clean up around gtest packages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: build/android/pylib/gtest/dispatch.py
diff --git a/build/android/pylib/gtest/dispatch.py b/build/android/pylib/gtest/dispatch.py
index fb1b7999738b0e7b06b7697b1cb06f8e061a23f7..74a388ca8f2c75481a4841b51f923e8825f95046 100644
--- a/build/android/pylib/gtest/dispatch.py
+++ b/build/android/pylib/gtest/dispatch.py
@@ -202,7 +202,7 @@ def GetTestsFromDevice(runner):
All non-disabled tests on the device.
"""
# The executable/apk needs to be copied before we can call GetAllTests.
- runner.test_package.StripAndCopyExecutable()
+ runner.test_package.Install()
all_tests = runner.test_package.GetAllTests()
# Only includes tests that do not have any match in the disabled list.
disabled_list = runner.GetDisabledTests()

Powered by Google App Engine
This is Rietveld 408576698