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

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

Issue 422393002: [Android] Fix the uiautomator test runner's use of InstrumentationOptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/instrumentation/test_options.py ('k') | build/android/test_runner.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/uiautomator/test_runner.py
diff --git a/build/android/pylib/uiautomator/test_runner.py b/build/android/pylib/uiautomator/test_runner.py
index a8abf3578900a5eab3135db4548e02115cbb1a3a..910bbf54b25aa18a5bbbb066e30a29436cce2c9c 100644
--- a/build/android/pylib/uiautomator/test_runner.py
+++ b/build/android/pylib/uiautomator/test_runner.py
@@ -39,6 +39,7 @@ class TestRunner(instr_test_runner.TestRunner):
test_apk=None,
test_apk_path=None,
test_apk_jar_path=None,
+ test_runner=None,
test_support_apk_path=None)
super(TestRunner, self).__init__(instrumentation_options, device,
shard_index, test_pkg)
« no previous file with comments | « build/android/pylib/instrumentation/test_options.py ('k') | build/android/test_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698