summaryrefslogtreecommitdiff
path: root/runtests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtests.sh b/runtests.sh
index 2a6c0ba47f..837aab2ee1 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -13,6 +13,7 @@ unset PYTHONPATH
# Choose the Python binary.
case `uname` in
Darwin) PYTHON=./python.exe;;
+CYGWIN*) PYTHON=./python.exe;;
*) PYTHON=./python;;
esac