diff options
author | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-04 01:41:10 +0000 |
---|---|---|
committer | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-04 01:41:10 +0000 |
commit | f8c726650ef5fff6a9cc37411193c186a16f673f (patch) | |
tree | f2d330d29a3fa0b5351ad65e2277f9b3f7656541 /webkit/tools/layout_tests/run_webkit_tests.py | |
parent | 6a4c749008dad827b0699e7de9eb458a0ed6d39f (diff) | |
download | chromium_src-f8c726650ef5fff6a9cc37411193c186a16f673f.zip chromium_src-f8c726650ef5fff6a9cc37411193c186a16f673f.tar.gz chromium_src-f8c726650ef5fff6a9cc37411193c186a16f673f.tar.bz2 |
Shard the svg directories as well. This should buy another ~20 seconds
on the dbg-3 test runners.
Review URL: http://codereview.chromium.org/463024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33769 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/layout_tests/run_webkit_tests.py')
-rwxr-xr-x | webkit/tools/layout_tests/run_webkit_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/run_webkit_tests.py b/webkit/tools/layout_tests/run_webkit_tests.py index 6090c92..fdac3ae 100755 --- a/webkit/tools/layout_tests/run_webkit_tests.py +++ b/webkit/tools/layout_tests/run_webkit_tests.py @@ -136,7 +136,7 @@ class TestRunner: self._http_server = http_server.Lighttpd(options.results_directory) self._shardable_directories = ['chrome', 'LayoutTests', 'pending', 'fast', - 'http', 'tests'] + 'http', 'tests', 'svg'] self._websocket_server = websocket_server.PyWebSocket( options.results_directory) |