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

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

Issue 816543004: Update from https://crrev.com/308996 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/gtest/test_package_apk.py ('k') | build/android/pylib/gtest/test_package_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/gtest/test_package_exe.py
diff --git a/build/android/pylib/gtest/test_package_exe.py b/build/android/pylib/gtest/test_package_exe.py
index 8f863f799626191511e4fc03f64322884f6b195d..e607cad512aa90d06b7b60e698484f36fa634b0d 100644
--- a/build/android/pylib/gtest/test_package_exe.py
+++ b/build/android/pylib/gtest/test_package_exe.py
@@ -13,6 +13,7 @@ from pylib import cmd_helper
from pylib import constants
from pylib import pexpect
from pylib.device import device_errors
+from pylib.gtest import gtest_test_instance
from pylib.gtest.test_package import TestPackage
@@ -126,7 +127,7 @@ class TestPackageExecutable(TestPackage):
if exit_code != 0:
raise Exception(
'Failed to start binary:\n%s' % '\n'.join(output))
- return self._ParseGTestListTests(output)
+ return gtest_test_instance.ParseGTestListTests(output)
#override
def SpawnTestProcess(self, device):
« no previous file with comments | « build/android/pylib/gtest/test_package_apk.py ('k') | build/android/pylib/gtest/test_package_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698