summaryrefslogtreecommitdiffstats
path: root/webkit/tools/layout_tests/run_webkit_tests.sh
blob: 6ac6696991ac29e80aa570c8ba279e58edbadca5 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

system_root=`cygpath "$SYSTEMROOT"`
export PATH="/usr/bin:$system_root/system32:$system_root:$system_root/system32/WBEM"

exec_dir=$(dirname $0)

"$exec_dir/../../../third_party/python_24/python.exe" \
    "$exec_dir/run_webkit_tests.py" "$@"