diff options
Diffstat (limited to 'tools/heapcheck')
-rwxr-xr-x | tools/heapcheck/chrome_tests.sh | 2 |
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" "${@}" |