summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xwebkit/tools/layout_tests/run_webkit_tests.py1
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,