summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-xcpp/allTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py
index 192bd980615..14d9b8249b7 100755
--- a/cpp/allTests.py
+++ b/cpp/allTests.py
@@ -42,7 +42,7 @@ tests = [ \
"IceStorm/federation2", \
]
-if sys.platform != "win32":
+if sys.platform != "win32" and sys.platform != "cygwin":
tests += [ \
"Glacier/starter", \
]