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

Unified Diff: scripts/slave/unittests/expect_tests/main.py

Issue 240053005: Various minor improvements to recipe_simulation_test.py. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 8 months 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 | « no previous file | scripts/slave/unittests/expect_tests/pipeline.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/unittests/expect_tests/main.py
diff --git a/scripts/slave/unittests/expect_tests/main.py b/scripts/slave/unittests/expect_tests/main.py
index c2ab701a4ed03aacb2272dd929ce7067f2fe0c74..5d8c7dbfd453c7f146f13aad7848c831003c3c94 100644
--- a/scripts/slave/unittests/expect_tests/main.py
+++ b/scripts/slave/unittests/expect_tests/main.py
@@ -62,7 +62,8 @@ def _parse_args(args):
'test_glob', nargs='*', help=(
'glob to filter the tests acted on. If the glob begins with "-" '
'then it acts as a negation glob and anything which matches it '
- 'will be skipped.'))
+ 'will be skipped. If a glob doesn\'t have "*" in it, "*" will be '
+ 'implicitly appended to the end'))
opts = parser.parse_args(args)
« no previous file with comments | « no previous file | scripts/slave/unittests/expect_tests/pipeline.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698