diff options
author | Jose <jose@zeroc.com> | 2014-11-24 18:37:34 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-11-24 18:37:34 +0100 |
commit | ad7fbc43e88f66b8dfe37e8d0c70e95351570bc7 (patch) | |
tree | 26372de098725f6b65efe56c38f5831dd2f5b974 /cpp/allTests.py | |
parent | Fixed ICE-5969: IceGrid/allocation test failure (diff) | |
download | ice-ad7fbc43e88f66b8dfe37e8d0c70e95351570bc7.tar.bz2 ice-ad7fbc43e88f66b8dfe37e8d0c70e95351570bc7.tar.xz ice-ad7fbc43e88f66b8dfe37e8d0c70e95351570bc7.zip |
Build & test fixes:
* ICE-5929 - Consider using $ORIGIN on Linux
* ICE-5949 - IceBox issues on Linux bi-arch
* ICE-5954 - Ubuntu make install issue / ORIGIN bug
* ICE-5961 - OSX: test/IceGrid/session fails
* ICE-5971 - allTests.py incorrect reporting under Windows?
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 23ac33761d5..622b3dfe7a5 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -100,7 +100,7 @@ tests = [ ("IceGrid/update", ["service", "novc100", "nomingw"]), ("IceGrid/noRestartUpdate", ["service", "novc100", "nomingw"]), ("IceGrid/activation", ["service", "novc100", "nomingw"]), - ("IceGrid/replicaGroup", ["service", "novc100", "nomingw"]), + ("IceGrid/replicaGroup", ["service", "novc100", "nomingw", "noc++11", "nomultiarch"]), ("IceGrid/replication", ["service", "novc100", "nomingw", "nomx"]), ("IceGrid/allocation", ["service", "novc100", "nomingw"]), ("IceGrid/distribution", ["service", "novc100", "nomingw"]), |