| 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',
|
|
|