diff options
Diffstat (limited to 'java/test/Ice/operations/run.py')
-rwxr-xr-x | java/test/Ice/operations/run.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/test/Ice/operations/run.py b/java/test/Ice/operations/run.py index b6a09d74d5f..703dbb3f0b3 100755 --- a/java/test/Ice/operations/run.py +++ b/java/test/Ice/operations/run.py @@ -21,10 +21,10 @@ 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="test.Ice.operations.AMDServer") +TestUtil.clientServerTest(additionalClientOptions = "--Ice.Warn.AMICallback=0", server="test.Ice.operations.AMDServer") print "tests with collocated server." TestUtil.collocatedTest() |