summaryrefslogtreecommitdiffstats
path: root/webkit/tools/layout_tests/rebaseline.sh
diff options
context:
space:
mode:
authordpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-22 02:30:35 +0000
committerdpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-22 02:30:35 +0000
commit9d15e384b2137da4eb6d750ca89eac0020fa50c7 (patch)
treebbcb4f7df6451bf0b42ed2287ef377fa34ff58a2 /webkit/tools/layout_tests/rebaseline.sh
parent3f80eae944cb6fa5fca1d7196c5cde81f9958e22 (diff)
downloadchromium_src-9d15e384b2137da4eb6d750ca89eac0020fa50c7.zip
chromium_src-9d15e384b2137da4eb6d750ca89eac0020fa50c7.tar.gz
chromium_src-9d15e384b2137da4eb6d750ca89eac0020fa50c7.tar.bz2
Move the layout_tests scripts into a webkitpy/layout_tests subdir to
mirror what the upstream file structure will be. In addition, we add a new run_webkit_tests.py wrapper that calls webkitpy/layout_tests/run_chromium_webkit_tests.py, and modify the latter file to be callable as a module as well as a main. BUG=none TEST=none R=pam@chromium.org, eseidel@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36839 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/layout_tests/rebaseline.sh')
-rwxr-xr-xwebkit/tools/layout_tests/rebaseline.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/rebaseline.sh b/webkit/tools/layout_tests/rebaseline.sh
index 8deb5bf..771169d 100755
--- a/webkit/tools/layout_tests/rebaseline.sh
+++ b/webkit/tools/layout_tests/rebaseline.sh
@@ -13,4 +13,4 @@ PYTHON_PROG=python
PYTHONPATH="${exec_dir}/../../../tools/python:$PYTHONPATH"
export PYTHONPATH
-"$PYTHON_PROG" "$exec_dir/rebaseline.py" "$@"
+"$PYTHON_PROG" "$exec_dir/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py" "$@"