diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-09-14 09:38:12 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-09-14 09:38:12 +0200 |
commit | 385eee21aa83ab84227900bef4e4f821e8f18ab8 (patch) | |
tree | 2d251648e791c0be499c50d14ccc1ec4626be29d /cpp/allTests.py | |
parent | Fixed IceGrid issue caused by skype_props merge (diff) | |
download | ice-385eee21aa83ab84227900bef4e4f821e8f18ab8.tar.bz2 ice-385eee21aa83ab84227900bef4e4f821e8f18ab8.tar.xz ice-385eee21aa83ab84227900bef4e4f821e8f18ab8.zip |
Fixed metrics tests
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 b6005de2644..55b94eccb10 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -69,7 +69,7 @@ tests = [ ("Ice/plugin", ["core"]), ("Ice/hash", ["once"]), ("Ice/admin", ["core"]), - ("Ice/metrics", ["core"]), + ("Ice/metrics", ["core", "nossl", "noipv6"]), ("IceSSL/configuration", ["once", "novalgrind"]), # valgrind doesn't work well with openssl ("IceBox/configuration", ["core", "noipv6", "novc6", "nomingw"]), ("IceBox/admin", ["core", "noipv6", "novc6", "nomingw"]), |