diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-11-09 13:49:16 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-11-09 13:49:16 +0000 |
commit | 0a8b4c8aba3f93e19950f71fcb70b55da9d6d8fc (patch) | |
tree | 1666f3ca96c8c4ed3284458a742522b13469747c /cpp | |
parent | strange Sun CC bug (diff) | |
download | ice-0a8b4c8aba3f93e19950f71fcb70b55da9d6d8fc.tar.bz2 ice-0a8b4c8aba3f93e19950f71fcb70b55da9d6d8fc.tar.xz ice-0a8b4c8aba3f93e19950f71fcb70b55da9d6d8fc.zip |
enabling Glacier2 on Windows
Diffstat (limited to 'cpp')
-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 1b7dd610f0b..c801c7b9dfd 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -85,6 +85,7 @@ tests = [ \ "FreezeScript/evictor", \ "IcePack/simple", \ "IcePack/deployer", \ + "Glacier2/router", \ ] # @@ -93,7 +94,6 @@ tests = [ \ if TestUtil.isCygwin() == 0: tests += [ \ "Glacier/starter", \ - "Glacier2/router", \ ] def usage(): |