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

Unified Diff: build/android/run_instrumentation_tests.py

Issue 11759012: [Android] Move GTest options to test_options_parser.py. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (again) Created 7 years, 11 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/utils/test_options_parser.py ('k') | build/android/run_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/run_instrumentation_tests.py
diff --git a/build/android/run_instrumentation_tests.py b/build/android/run_instrumentation_tests.py
index f484dac9d5759b67fc15b18f7f529f818b759f5a..3b46cc8e5417f2e70b5bbfd4952baf27bb0fd64a 100755
--- a/build/android/run_instrumentation_tests.py
+++ b/build/android/run_instrumentation_tests.py
@@ -17,9 +17,9 @@ from pylib import constants
from pylib import ports
from pylib import run_java_tests
from pylib import run_python_tests
-from pylib import run_tests_helper
-from pylib import test_options_parser
from pylib.test_result import TestResults
+from pylib.utils import run_tests_helper
+from pylib.utils import test_options_parser
def DispatchInstrumentationTests(options):
« no previous file with comments | « build/android/pylib/utils/test_options_parser.py ('k') | build/android/run_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698