Chromium Code Reviews| Index: tools/valgrind/chrome_tests.sh |
| diff --git a/tools/valgrind/chrome_tests.sh b/tools/valgrind/chrome_tests.sh |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..c68c989b3e467ec8adeef182e1b3e7b9d7abd75b |
| --- /dev/null |
| +++ b/tools/valgrind/chrome_tests.sh |
| @@ -0,0 +1,4 @@ |
| +#!/bin/sh |
| + |
| +export THISDIR=`dirname $0` |
| +PYTHONPATH=$THISDIR/../../webkit/tools/layout_tests/layout_package/:$THISDIR/../purify:$THISDIR/../python "./chrome_tests.py" "$@" |