summaryrefslogtreecommitdiff
path: root/java/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 /java/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 'java/allTests.py')
-rwxr-xr-xjava/allTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/allTests.py b/java/allTests.py
index ea62ebc11d4..96669d33e4f 100755
--- a/java/allTests.py
+++ b/java/allTests.py
@@ -35,7 +35,7 @@ tests = [
("Ice/operations", ["core"]),
("Ice/seqMapping", ["core"]),
("Ice/exceptions", ["core"]),
- ("Ice/ami", ["core"]),
+ ("Ice/ami", ["core", "nocompress"]),
("Ice/info", ["core", "noipv6", "nocompress", "nosocks"]),
("Ice/inheritance", ["core"]),
("Ice/facets", ["core"]),