diff options
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() |