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

Unified Diff: build/android/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/uiautomator/test_runner.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index 0a815ae288a3cb3c185330b3d78628de6f3f4c27..8aebb8b4b032335ebf32462563395a6945b77739 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -291,7 +291,6 @@ def ProcessInstrumentationOptions(options, error_func):
options.exclude_annotations,
options.test_filter,
options.test_data,
- options.test_runner,
options.save_perf_json,
options.screenshot_failures,
options.wait_for_debugger,
@@ -299,6 +298,7 @@ def ProcessInstrumentationOptions(options, error_func):
options.test_apk,
options.test_apk_path,
options.test_apk_jar_path,
+ options.test_runner,
options.test_support_apk_path
)
« no previous file with comments | « build/android/pylib/uiautomator/test_runner.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698