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

Unified Diff: build/android/pylib/instrumentation/test_options.py

Issue 415463002: [Android] Configurable instrumentation test runner + test SDK levels. (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
Index: build/android/pylib/instrumentation/test_options.py
diff --git a/build/android/pylib/instrumentation/test_options.py b/build/android/pylib/instrumentation/test_options.py
index fc4414edf2c0408fe08e5852205f49f9cab4b4d4..90d515ef7d36e1b6a829148a05fde79c5f29d502 100644
--- a/build/android/pylib/instrumentation/test_options.py
+++ b/build/android/pylib/instrumentation/test_options.py
@@ -14,6 +14,7 @@ InstrumentationOptions = collections.namedtuple('InstrumentationOptions', [
'exclude_annotations',
'test_filter',
'test_data',
+ 'test_runner',
'save_perf_json',
'screenshot_failures',
'wait_for_debugger',

Powered by Google App Engine
This is Rietveld 408576698