diff options
author | Matthew Newhook <matthew@zeroc.com> | 2002-02-12 18:08:22 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2002-02-12 18:08:22 +0000 |
commit | 34cb7d820878c5e7f9cacc7a6559254331378d08 (patch) | |
tree | 1e21dd7da4b1200791d8cddfc4710a3fd119832b /cpp/allTests.py | |
parent | Annotate proxy type elements with proxy type information (diff) | |
download | ice-34cb7d820878c5e7f9cacc7a6559254331378d08.tar.bz2 ice-34cb7d820878c5e7f9cacc7a6559254331378d08.tar.xz ice-34cb7d820878c5e7f9cacc7a6559254331378d08.zip |
Fix WIN32 bug
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", \ ] |