summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-11-09 13:49:16 +0000
committerMark Spruiell <mes@zeroc.com>2004-11-09 13:49:16 +0000
commit0a8b4c8aba3f93e19950f71fcb70b55da9d6d8fc (patch)
tree1666f3ca96c8c4ed3284458a742522b13469747c /cpp/allTests.py
parentstrange Sun CC bug (diff)
downloadice-0a8b4c8aba3f93e19950f71fcb70b55da9d6d8fc.tar.bz2
ice-0a8b4c8aba3f93e19950f71fcb70b55da9d6d8fc.tar.xz
ice-0a8b4c8aba3f93e19950f71fcb70b55da9d6d8fc.zip
enabling Glacier2 on Windows
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 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():