Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3959)

Unified Diff: build/android/test_runner.py

Issue 2472153002: Gathering information about test filter files into a README.md file. (Closed)
Patch Set: Self-review. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698