diff options
author | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-21 06:40:37 +0000 |
---|---|---|
committer | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-21 06:40:37 +0000 |
commit | 67fbad1f47f5e4e7690446a90a6fd63738a9947a (patch) | |
tree | 97df0da6c9af9bdc074678350c4c0f4ea8549f1d /webkit/tools/layout_tests/rebaseline.bat | |
parent | a5831ecb281c966c5e3edb61d33d9194c99b2d77 (diff) | |
download | chromium_src-67fbad1f47f5e4e7690446a90a6fd63738a9947a.zip chromium_src-67fbad1f47f5e4e7690446a90a6fd63738a9947a.tar.gz chromium_src-67fbad1f47f5e4e7690446a90a6fd63738a9947a.tar.bz2 |
Revert 36739 - Move the layout test scripts into a 'webkitpy' subdirectory in preparation
for upstreaming them to WebKit/WebKitTools/Scripts/webkitpy . This also
involves changing run_webkit_tests.py to run_chromium_webkit_tests.py to
minimize confusion with the existing runwebkittests perl script upstream.
There should be no uservisible impact as the existing shell and batch scripts
have been updated for the new paths.
BUG=none
TEST=none
R=eseidel@chromium.org
Review URL: http://codereview.chromium.org/545145
TBR=dpranke@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36740 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 dc0ed2bd..341b66d 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\rebaseline.py %* +%~dp0..\..\..\third_party\python_24\python.exe %~dp0rebaseline.py %* |