diff options
author | dpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-05 03:32:57 +0000 |
---|---|---|
committer | dpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-05 03:32:57 +0000 |
commit | 4ecbeba6ed36af7e74efd5ac52acd516d521abe0 (patch) | |
tree | 7867ab0a55edbe553e0d3efb0813b859a25aa377 /webkit/tools/layout_tests/rebaseline.bat | |
parent | e3e9b5e80a05c69714a8942fc941dd58dfb50017 (diff) | |
download | chromium_src-4ecbeba6ed36af7e74efd5ac52acd516d521abe0.zip chromium_src-4ecbeba6ed36af7e74efd5ac52acd516d521abe0.tar.gz chromium_src-4ecbeba6ed36af7e74efd5ac52acd516d521abe0.tar.bz2 |
Flip the run_webkit_tests scripts to use the upstream versions of the test
harness (WebKit/WebKitTools/Scripts/new-run-webkit-tests).
This also adds an old_run_webkit_tests for the moment for testing purposes.
I will remove this file when I obsolete everything under
webkit/tools/layout_tests/webkitpy.
BUG=23099
TEST=bots stay green
R=tony@chromium.org
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=40679
Review URL: http://codereview.chromium.org/669037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40711 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/layout_tests/rebaseline.bat')
-rw-r--r-- | webkit/tools/layout_tests/rebaseline.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/rebaseline.bat b/webkit/tools/layout_tests/rebaseline.bat index 25ca06f..ba9d079 100644 --- a/webkit/tools/layout_tests/rebaseline.bat +++ b/webkit/tools/layout_tests/rebaseline.bat @@ -1 +1 @@ -%~dp0..\..\..\third_party\python_24\python.exe %~dp0\webkitpy\layout_tests\rebaseline_chromium_webkit_tests.py %* +%~dp0..\..\..\third_party\python_24\python.exe %~dp0\..\..\..\third_party\WebKit\WebKitTools\Scripts\rebaseline-chromium-webkit-tests %*
|