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

Unified Diff: build/android/test_runner.py

Issue 2472153002: Gathering information about test filter files into a README.md file. (Closed)
Patch Set: Updated README.md to match changes made in https://crrev.com/2469353002. 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
« no previous file with comments | « base/test/launcher/unit_test_launcher.cc ('k') | testing/buildbot/filters/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « base/test/launcher/unit_test_launcher.cc ('k') | testing/buildbot/filters/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698