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

Unified Diff: run_jstests.py

Issue 1047853004: Use gtest_filter syntax in jstest filter (Closed) Base URL: git@github.com:chromium/dom-distiller.git@master
Patch Set: address comments Created 5 years, 9 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 | « javatests/org/chromium/distiller/JsTestSuiteBaseTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: run_jstests.py
diff --git a/run_jstests.py b/run_jstests.py
index 294d9b6232c2c04baab9bb62a842b7c537306d69..567253ba7a5f084c140cb9e76b21329e6c49ebc8 100755
--- a/run_jstests.py
+++ b/run_jstests.py
@@ -27,7 +27,7 @@ except:
def main(argv):
parser = argparse.ArgumentParser()
- parser.add_argument('--filter', help='Only tests that match this pattern will be run.')
+ parser.add_argument('--filter', help='See gtest_filter syntax.')
parser.add_argument('--debug_level', help='Verbosity level of debug messages.')
parser.add_argument('--no_console_log',
action='store_true', help='Disable the console log output.')
« no previous file with comments | « javatests/org/chromium/distiller/JsTestSuiteBaseTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698