diff options
author | Marc Laukien <marc@zeroc.com> | 2004-10-04 15:20:01 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-10-04 15:20:01 +0000 |
commit | 71f592b0b24e26639ddb29ce315bbd16008c185a (patch) | |
tree | 9b5c8a7951932dcf3f06b444c995e2aaed064e3a /cpp/allTests.py | |
parent | Fixed threading/concurrency bug (diff) | |
download | ice-71f592b0b24e26639ddb29ce315bbd16008c185a.tar.bz2 ice-71f592b0b24e26639ddb29ce315bbd16008c185a.tar.xz ice-71f592b0b24e26639ddb29ce315bbd16008c185a.zip |
glacier2 tests
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 3 |
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(): |