| Index: build/android/test_runner.py
|
| diff --git a/build/android/test_runner.py b/build/android/test_runner.py
|
| index 6b585bb8721223a619b9faaed7e22b131893a64e..e74546886e87de12fc82062ec0dc9cab7722ff4f 100755
|
| --- a/build/android/test_runner.py
|
| +++ b/build/android/test_runner.py
|
| @@ -285,6 +285,9 @@ def AddGTestOptions(parser):
|
| 'device for the list of all tests. Speeds up local '
|
| 'development, but is not safe to use on bots ('
|
| 'http://crbug.com/549214')
|
| + group.add_argument('--enable-xml-result-parsing',
|
| + action='store_true',
|
| + help=argparse.SUPPRESS)
|
|
|
| filter_group = group.add_mutually_exclusive_group()
|
| filter_group.add_argument('-f', '--gtest_filter', '--gtest-filter',
|
|
|