diff options
Diffstat (limited to 'csharp/test/Ice/proxy/run.py')
-rwxr-xr-x | csharp/test/Ice/proxy/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/proxy/run.py b/csharp/test/Ice/proxy/run.py index d0771952158..88a9c6c01bc 100755 --- a/csharp/test/Ice/proxy/run.py +++ b/csharp/test/Ice/proxy/run.py @@ -23,5 +23,5 @@ import TestUtil TestUtil.queueClientServerTest() TestUtil.queueClientServerTest(configName = "amd", localOnly = True, message = "Running test with AMD server.", server="serveramd") -TestUtil.queueCollocatedTest() +TestUtil.queueCollocatedTest(additionalOptions = "--Ice.ToStringMode=Compat") TestUtil.runQueuedTests() |