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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py

Issue 2059143002: "up-to-date" should only use hyphens when used as compound modifier of a noun (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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
Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
index 3e78d650522c4ad15233300b96a399909c1c5095..d01217095fafe55b7842be09c50d8b7091a519e0 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
@@ -260,12 +260,12 @@ def parse_args(args):
dest="build",
action="store_true",
default=True,
- help=("Check to ensure the build is up-to-date (default).")),
+ help=("Check to ensure the build is up to date (default).")),
optparse.make_option(
"--no-build",
dest="build",
action="store_false",
- help="Don't check to see if the build is up-to-date."),
+ help="Don't check to see if the build is up to date."),
optparse.make_option(
"--child-processes",
help="Number of drivers to run in parallel."),

Powered by Google App Engine
This is Rietveld 408576698