summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/operations/run.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2009-11-23 13:28:08 +0100
committerBenoit Foucher <benoit@zeroc.com>2009-11-23 13:28:08 +0100
commit2c578015edcb36cdc0acd0227295de1dcca1b995 (patch)
treee163980b5dabb43a40089a29fdf8ff47a3e07f1c /cpp/test/Ice/operations/run.py
parentno longer generating inspect method for each Ruby exception (diff)
downloadice-2c578015edcb36cdc0acd0227295de1dcca1b995.tar.bz2
ice-2c578015edcb36cdc0acd0227295de1dcca1b995.tar.xz
ice-2c578015edcb36cdc0acd0227295de1dcca1b995.zip
New AMI mapping
Diffstat (limited to 'cpp/test/Ice/operations/run.py')
-rwxr-xr-xcpp/test/Ice/operations/run.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/operations/run.py b/cpp/test/Ice/operations/run.py
index 583856cc44f..0ddaa94c281 100755
--- a/cpp/test/Ice/operations/run.py
+++ b/cpp/test/Ice/operations/run.py
@@ -21,9 +21,9 @@ sys.path.append(os.path.join(path[0]))
from scripts import *
print "tests with regular server."
-TestUtil.clientServerTest()
+TestUtil.clientServerTest(additionalClientOptions = "--Ice.Warn.AMICallback=0")
print "tests with AMD server."
-TestUtil.clientServerTest(server = "serveramd")
+TestUtil.clientServerTest(additionalClientOptions = "--Ice.Warn.AMICallback=0", server = "serveramd")
print "tests with collocated server."
TestUtil.collocatedTest()