Commit a1be2cd6 authored by Gurecky, William's avatar Gurecky, William
Browse files

fix for python exec path in test_script_mode in unittest

parent 7eb40489
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
# Pass in the Python exe to use
PYTHON="$(cd "$(dirname "$1")"; pwd)/$(basename "$1")"
echo "Using python found in: $PYTHON"
PYTHON=python2

# Pass in "rebaseline" to do a rebaseline of all tests
if [ "$1" == "rebaseline" ]; then