| 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."),
|
|
|