diff options
author | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-22 02:30:35 +0000 |
---|---|---|
committer | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-22 02:30:35 +0000 |
commit | 9d15e384b2137da4eb6d750ca89eac0020fa50c7 (patch) | |
tree | bbcb4f7df6451bf0b42ed2287ef377fa34ff58a2 /webkit/tools/layout_tests/rebaseline.sh | |
parent | 3f80eae944cb6fa5fca1d7196c5cde81f9958e22 (diff) | |
download | chromium_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-x | webkit/tools/layout_tests/rebaseline.sh | 2 |
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" "$@" |