diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-11-24 18:54:37 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-11-24 18:54:37 +0100 |
commit | cabfb1e758ae6c1b01db4af138166cf8d716c1c8 (patch) | |
tree | 34508f7cb832f1165d21125fbd6282a80cb483f3 /java/allTests.py | |
parent | Build & test fixes: (diff) | |
download | ice-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-x | java/allTests.py | 2 |
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"]), |