summaryrefslogtreecommitdiffstats
path: root/webkit/tools/layout_tests/run_webkit_tests.bat
diff options
context:
space:
mode:
authordpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-21 06:30:26 +0000
committerdpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-21 06:30:26 +0000
commita5831ecb281c966c5e3edb61d33d9194c99b2d77 (patch)
tree29132e1195373a36dfc28266b0d92e5fd7137d36 /webkit/tools/layout_tests/run_webkit_tests.bat
parent0ae4fe6245c8143dc05a4f07adc1d9e56a03f1c5 (diff)
downloadchromium_src-a5831ecb281c966c5e3edb61d33d9194c99b2d77.zip
chromium_src-a5831ecb281c966c5e3edb61d33d9194c99b2d77.tar.gz
chromium_src-a5831ecb281c966c5e3edb61d33d9194c99b2d77.tar.bz2
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 run-webkit-tests perl script upstream. There should be no user-visible 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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36739 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/layout_tests/run_webkit_tests.bat')
-rw-r--r--webkit/tools/layout_tests/run_webkit_tests.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/run_webkit_tests.bat b/webkit/tools/layout_tests/run_webkit_tests.bat
index 91fee71..176f9da 100644
--- a/webkit/tools/layout_tests/run_webkit_tests.bat
+++ b/webkit/tools/layout_tests/run_webkit_tests.bat
@@ -1 +1 @@
-@%~dp0\..\..\..\third_party\python_24\python.exe %~dp0\run_webkit_tests.py %*
+@%~dp0\..\..\..\third_party\python_24\python.exe %~dp0\webkitpy\run_chromium_webkit_tests.py %*