summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/chrome_tests.sh
blob: ff37b705ac821bbdc99c487379aba17d9d2f1751 (plain)
1
2
3
4
#!/bin/sh

export THISDIR=`dirname $0`
PYTHONPATH=$THISDIR/../../webkit/tools/layout_tests/:$THISDIR/../purify:$THISDIR/../python "$THISDIR/chrome_tests.py" "$@"