summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2002-02-12 18:08:22 +0000
committerMatthew Newhook <matthew@zeroc.com>2002-02-12 18:08:22 +0000
commit34cb7d820878c5e7f9cacc7a6559254331378d08 (patch)
tree1e21dd7da4b1200791d8cddfc4710a3fd119832b /cpp
parentAnnotate proxy type elements with proxy type information (diff)
downloadice-34cb7d820878c5e7f9cacc7a6559254331378d08.tar.bz2
ice-34cb7d820878c5e7f9cacc7a6559254331378d08.tar.xz
ice-34cb7d820878c5e7f9cacc7a6559254331378d08.zip
Fix WIN32 bug
Diffstat (limited to 'cpp')
-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", \
]