diff options
-rwxr-xr-x | webkit/tools/layout_tests/run_webkit_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/run_webkit_tests.py b/webkit/tools/layout_tests/run_webkit_tests.py index 1060f5d..ca84546 100755 --- a/webkit/tools/layout_tests/run_webkit_tests.py +++ b/webkit/tools/layout_tests/run_webkit_tests.py @@ -794,6 +794,7 @@ if '__main__' == __name__: "When enabled, show stats on how many tests " "newly pass or fail.") option_parser.add_option("", "--num-test-shells", + default=1, help="Number of testshells to run in parallel.") option_parser.add_option("", "--time-out-ms", default=None, |