summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-10-04 15:20:01 +0000
committerMarc Laukien <marc@zeroc.com>2004-10-04 15:20:01 +0000
commit71f592b0b24e26639ddb29ce315bbd16008c185a (patch)
tree9b5c8a7951932dcf3f06b444c995e2aaed064e3a /cpp/allTests.py
parentFixed threading/concurrency bug (diff)
downloadice-71f592b0b24e26639ddb29ce315bbd16008c185a.tar.bz2
ice-71f592b0b24e26639ddb29ce315bbd16008c185a.tar.xz
ice-71f592b0b24e26639ddb29ce315bbd16008c185a.zip
glacier2 tests
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-xcpp/allTests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py
index 71cf276bdd1..c8000776d85 100755
--- a/cpp/allTests.py
+++ b/cpp/allTests.py
@@ -87,11 +87,12 @@ tests = [ \
]
#
-# This test is currently disabled on cygwin
+# These tests are currently disabled on cygwin
#
if TestUtil.isCygwin() == 0:
tests += [ \
"Glacier/starter", \
+ "Glacier2/router", \
]
def usage():