summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-09 23:40:04 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-09 23:40:04 +0000
commit6e8299bdadc7109689ed7095acd6c5a0b6312b9d (patch)
tree9bd1e7fd300991acf08ed702126bc88e4e687e15
parent3b2792bf4a12e151ed83d272b3eb4729496ee130 (diff)
downloadchromium_src-6e8299bdadc7109689ed7095acd6c5a0b6312b9d.zip
chromium_src-6e8299bdadc7109689ed7095acd6c5a0b6312b9d.tar.gz
chromium_src-6e8299bdadc7109689ed7095acd6c5a0b6312b9d.tar.bz2
Add a batch file for running the webkit tests. Similar to the .sh version, this makes it easier for people using cmd to run the webkit tests (and use the correct version of python).
Review URL: http://codereview.chromium.org/13605 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6659 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/tools/layout_tests/run_webkit_tests.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/run_webkit_tests.bat b/webkit/tools/layout_tests/run_webkit_tests.bat
new file mode 100644
index 0000000..4b79599
--- /dev/null
+++ b/webkit/tools/layout_tests/run_webkit_tests.bat
@@ -0,0 +1 @@
+@..\..\..\third_party\python_24\python.exe run_webkit_tests.py %*