diff options
author | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-22 23:25:25 +0000 |
---|---|---|
committer | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-22 23:25:25 +0000 |
commit | d72b4870298a6f5e10179d757c061cea0f3d23a1 (patch) | |
tree | 52ae04b72fcf6fd3093399e9fd5c860c712a43c6 /webkit/tools/layout_tests/rebaseline.sh | |
parent | d2257faa71ff0bd7bb3766af054e4d6c768b03b3 (diff) | |
download | chromium_src-d72b4870298a6f5e10179d757c061cea0f3d23a1.zip chromium_src-d72b4870298a6f5e10179d757c061cea0f3d23a1.tar.gz chromium_src-d72b4870298a6f5e10179d757c061cea0f3d23a1.tar.bz2 |
Update various test scripts to use the upstream version of
run-chromium-webkit-tests and rebaseline-chromium-webkit-tests
BUG=23099
R=victorw
TEST=bots don't explode
Review URL: http://codereview.chromium.org/639001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39662 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/layout_tests/rebaseline.sh')
-rwxr-xr-x | webkit/tools/layout_tests/rebaseline.sh | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/webkit/tools/layout_tests/rebaseline.sh b/webkit/tools/layout_tests/rebaseline.sh index 771169d..bac48c4 100755 --- a/webkit/tools/layout_tests/rebaseline.sh +++ b/webkit/tools/layout_tests/rebaseline.sh @@ -1,16 +1,11 @@ #!/bin/sh -# Copyright (c) 2009 The Chromium Authors. All rights reserved. +# Copyright (c) 2009, 2010 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. exec_dir=$(dirname $0) PYTHON_PROG=python -# When not using the included python, we don't get automatic site.py paths. -# Specifically, rebaseline.py needs the paths in: -# third_party/python_24/Lib/site-packages/google.pth -PYTHONPATH="${exec_dir}/../../../tools/python:$PYTHONPATH" -export PYTHONPATH -"$PYTHON_PROG" "$exec_dir/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py" "$@" +"$PYTHON_PROG" "$exec_dir/../../../third_party/WebKit/WebKitTools/Scripts/rebaseline-chromium-webkit-tests" "$@" |