diff options
author | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-31 00:33:15 +0000 |
---|---|---|
committer | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-31 00:33:15 +0000 |
commit | 96cd3dfba39f89f8485a4905ce0014ea4e4b1f1c (patch) | |
tree | 9cd51e69703410c5ed905fd7af4f825692cde3d3 /webkit | |
parent | f4eb0e8c97c95366f5fcfbc4fa17e2e1a9ea5a17 (diff) | |
download | chromium_src-96cd3dfba39f89f8485a4905ce0014ea4e4b1f1c.zip chromium_src-96cd3dfba39f89f8485a4905ce0014ea4e4b1f1c.tar.gz chromium_src-96cd3dfba39f89f8485a4905ce0014ea4e4b1f1c.tar.bz2 |
This reverts r12825.
Review URL: http://codereview.chromium.org/59001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12827 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-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, |