summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck/chrome_tests.sh
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-22 17:33:32 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-22 17:33:32 +0000
commit4e2229f750cd6a3a117873eb8c62ac4c2215997b (patch)
tree3e10f201e1d899a17b34049b6179f3ee0890da0f /tools/heapcheck/chrome_tests.sh
parenta796bcec176ca3875a55346800b3a60a83e2dd89 (diff)
downloadchromium_src-4e2229f750cd6a3a117873eb8c62ac4c2215997b.zip
chromium_src-4e2229f750cd6a3a117873eb8c62ac4c2215997b.tar.gz
chromium_src-4e2229f750cd6a3a117873eb8c62ac4c2215997b.tar.bz2
Remove the dependency on layout_package.path utils from the heapcheck runner
(see http://codereview.chromium.org/669031) TBR=timurrrr,dpranke Review URL: http://codereview.chromium.org/1167001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42232 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck/chrome_tests.sh')
-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 dc96b31..a11ec83 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/webkitpy/layout_tests:${THISDIR}/../valgrind:${THISDIR}/../python" exec "${THISDIR}/chrome_tests.py" "${@}"
+PYTHONPATH="${THISDIR}/../valgrind:${THISDIR}/../python" exec "${THISDIR}/chrome_tests.py" "${@}"