summaryrefslogtreecommitdiffstats
path: root/webkit/tools/layout_tests/run_webkit_tests.sh
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-08 17:02:15 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-08 17:02:15 +0000
commit118e6963e97ca9fa971589295742ff33b4073e47 (patch)
treeb2e71f59767063d6210d8b0400df0e4737ec84ad /webkit/tools/layout_tests/run_webkit_tests.sh
parent1906c0367cceb072804f7fb355ab33595fa188bd (diff)
downloadchromium_src-118e6963e97ca9fa971589295742ff33b4073e47.zip
chromium_src-118e6963e97ca9fa971589295742ff33b4073e47.tar.gz
chromium_src-118e6963e97ca9fa971589295742ff33b4073e47.tar.bz2
Set correct PYTHONPATH for layout tests on Mac (is this right for Linux?)
Review URL: http://codereview.chromium.org/12839 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6512 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/layout_tests/run_webkit_tests.sh')
-rwxr-xr-xwebkit/tools/layout_tests/run_webkit_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/run_webkit_tests.sh b/webkit/tools/layout_tests/run_webkit_tests.sh
index e1994bf..3cfdac9 100755
--- a/webkit/tools/layout_tests/run_webkit_tests.sh
+++ b/webkit/tools/layout_tests/run_webkit_tests.sh
@@ -12,7 +12,7 @@ else
# When not using the included python, we don't get automatic site.py paths.
# Specifically, run_webkit_tests needs the paths in:
# third_party/python_24/Lib/site-packages/google.pth
- PYTHONPATH="$(readlink -f ${exec_dir}/../../../tools/python):$PYTHONPATH"
+ PYTHONPATH="${exec_dir}/../../../tools/python:$PYTHONPATH"
export PYTHONPATH
fi