| Index: build/android/test_runner.py
|
| diff --git a/build/android/test_runner.py b/build/android/test_runner.py
|
| index e74546886e87de12fc82062ec0dc9cab7722ff4f..28c480f8d03f8a0586879e3110f3d3bf5a858007 100755
|
| --- a/build/android/test_runner.py
|
| +++ b/build/android/test_runner.py
|
| @@ -296,8 +296,8 @@ def AddGTestOptions(parser):
|
| filter_group.add_argument('--gtest-filter-file', dest='test_filter_file',
|
| type=os.path.realpath,
|
| help='Path to file that contains googletest-style '
|
| - 'filter strings. (Lines will be joined with '
|
| - '":" to create a single filter string.)')
|
| + 'filter strings. See also '
|
| + '//testing/buildbot/filters/README.md.')
|
|
|
| AddDeviceOptions(parser)
|
| AddCommonOptions(parser)
|
|
|