diff options
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 2 |
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", \ ] |