summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-01 14:53:08 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-01 14:53:08 +0000
commita194778a0ca68d586b29123025ba10eef889faed (patch)
tree58aceb7f94b411a239b388cb711a4a71a5aeb52d /tools/heapcheck
parent284d235e836c5d640a4e45cf4ae6611bda70f9bf (diff)
downloadchromium_src-a194778a0ca68d586b29123025ba10eef889faed.zip
chromium_src-a194778a0ca68d586b29123025ba10eef889faed.tar.gz
chromium_src-a194778a0ca68d586b29123025ba10eef889faed.tar.bz2
Fix PYTHONPATH for heapcheck test runner.
TBR=timurrrr TEST=heapcheck bot up again Review URL: http://codereview.chromium.org/661277 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40273 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rwxr-xr-xtools/heapcheck/chrome_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/heapcheck/chrome_tests.sh b/tools/heapcheck/chrome_tests.sh
index 2c23980..dc96b31 100755
--- a/tools/heapcheck/chrome_tests.sh
+++ b/tools/heapcheck/chrome_tests.sh
@@ -5,4 +5,4 @@
# found in the LICENSE file.
THISDIR=$(dirname "${0}")
-PYTHONPATH="${THISDIR}/../../webkit/tools/layout_tests/:${THISDIR}/../valgrind:${THISDIR}/../python" exec "${THISDIR}/chrome_tests.py" "${@}"
+PYTHONPATH="${THISDIR}/../../webkit/tools/layout_tests/webkitpy/layout_tests:${THISDIR}/../valgrind:${THISDIR}/../python" exec "${THISDIR}/chrome_tests.py" "${@}"