| Index: build/android/test_runner.py
|
| diff --git a/build/android/test_runner.py b/build/android/test_runner.py
|
| index 08bd4166b2e1701af1f8373e69e763a89a04c9f4..905174d709551b2a6cd6aaf79cc02228f631bcb3 100755
|
| --- a/build/android/test_runner.py
|
| +++ b/build/android/test_runner.py
|
| @@ -126,7 +126,7 @@ def AddCoreGTestOptions(option_parser, default_timeout=60):
|
| # TODO(gkanwar): Consolidate and clean up test filtering for gtests and
|
| # content_browsertests.
|
| option_parser.add_option('--gtest_filter', dest='test_filter',
|
| - help='Filter GTests by name.')
|
| + help='googletest-style filter string.')
|
| option_parser.add_option('-a', '--test_arguments', dest='test_arguments',
|
| help='Additional arguments to pass to the test.')
|
| # TODO(gkanwar): Most likely deprecate/remove this option once we've pinned
|
|
|