summaryrefslogtreecommitdiffstats
path: root/webkit/tools/layout_tests/rebaseline.sh
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools/layout_tests/rebaseline.sh')
-rwxr-xr-xwebkit/tools/layout_tests/rebaseline.sh9
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..a00f6ac 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) 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" "$@"