diff options
author | Benoit Foucher <benoit@zeroc.com> | 2009-11-23 13:28:08 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2009-11-23 13:28:08 +0100 |
commit | 2c578015edcb36cdc0acd0227295de1dcca1b995 (patch) | |
tree | e163980b5dabb43a40089a29fdf8ff47a3e07f1c /cpp/test/Ice/operations/run.py | |
parent | no longer generating inspect method for each Ruby exception (diff) | |
download | ice-2c578015edcb36cdc0acd0227295de1dcca1b995.tar.bz2 ice-2c578015edcb36cdc0acd0227295de1dcca1b995.tar.xz ice-2c578015edcb36cdc0acd0227295de1dcca1b995.zip |
New AMI mapping
Diffstat (limited to 'cpp/test/Ice/operations/run.py')
-rwxr-xr-x | cpp/test/Ice/operations/run.py | 4 |
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() |