| 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 4abeb75af97102bcfaa9abfccf6853ead6fb4405..bae7250821864fac5eb021911e1c1e89df73caee 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
|
| @@ -315,6 +315,9 @@ def parse_args(args):
|
| default=1,
|
| help="Number of times to run the set of tests (e.g. ABCABCABC)"),
|
| optparse.make_option(
|
| + "--layout-tests-directory",
|
| + help=("Path to a custom layout tests directory")),
|
| + optparse.make_option(
|
| "--max-locked-shards",
|
| type="int",
|
| default=0,
|
|
|