From a5831ecb281c966c5e3edb61d33d9194c99b2d77 Mon Sep 17 00:00:00 2001 From: "dpranke@chromium.org" Date: Thu, 21 Jan 2010 06:30:26 +0000 Subject: 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 --- webkit/tools/layout_tests/run_webkit_tests.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit/tools/layout_tests/run_webkit_tests.bat') 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 %* -- cgit v1.1