summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2014-11-24 18:54:37 +0100
committerBenoit Foucher <benoit@zeroc.com>2014-11-24 18:54:37 +0100
commitcabfb1e758ae6c1b01db4af138166cf8d716c1c8 (patch)
tree34508f7cb832f1165d21125fbd6282a80cb483f3 /cpp/allTests.py
parentBuild & test fixes: (diff)
downloadice-cabfb1e758ae6c1b01db4af138166cf8d716c1c8.tar.bz2
ice-cabfb1e758ae6c1b01db4af138166cf8d716c1c8.tar.xz
ice-cabfb1e758ae6c1b01db4af138166cf8d716c1c8.zip
Fix to not run the ami test with --compress
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 622b3dfe7a5..accb4daced1 100755
--- a/cpp/allTests.py
+++ b/cpp/allTests.py
@@ -40,7 +40,7 @@ tests = [
("Ice/proxy", ["core"]),
("Ice/operations", ["core"]),
("Ice/exceptions", ["core"]),
- ("Ice/ami", ["core"]),
+ ("Ice/ami", ["core", "nocompress"]),
("Ice/info", ["core", "noipv6", "nocompress", "nosocks"]),
("Ice/inheritance", ["core"]),
("Ice/facets", ["core"]),