summaryrefslogtreecommitdiffstats
path: root/chrome/test/debugger/debugger_unittests.sh
blob: 443488de61c2a6f321ef70a640fbaedff10bfb9a (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/debugger_unittests.py" "$@"