summaryrefslogtreecommitdiffstats
path: root/tools/purify/chrome_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/purify/chrome_tests.sh')
-rwxr-xr-xtools/purify/chrome_tests.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/purify/chrome_tests.sh b/tools/purify/chrome_tests.sh
new file mode 100755
index 0000000..3c9c7da
--- /dev/null
+++ b/tools/purify/chrome_tests.sh
@@ -0,0 +1,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/chrome_tests.py" "$@"