| 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 90d515ef7d36e1b6a829148a05fde79c5f29d502..cdf3f3f22829607f0d7128ae5c868b4bb7242f44 100644
|
| --- a/build/android/pylib/instrumentation/test_options.py
|
| +++ b/build/android/pylib/instrumentation/test_options.py
|
| @@ -14,7 +14,6 @@ InstrumentationOptions = collections.namedtuple('InstrumentationOptions', [
|
| 'exclude_annotations',
|
| 'test_filter',
|
| 'test_data',
|
| - 'test_runner',
|
| 'save_perf_json',
|
| 'screenshot_failures',
|
| 'wait_for_debugger',
|
| @@ -22,4 +21,5 @@ InstrumentationOptions = collections.namedtuple('InstrumentationOptions', [
|
| 'test_apk',
|
| 'test_apk_path',
|
| 'test_apk_jar_path',
|
| + 'test_runner',
|
| 'test_support_apk_path'])
|
|
|