diff options
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index b9b80624ffb..b535fe8f9c7 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -50,8 +50,8 @@ else: commonServerOptions = \ " --Ice.PrintProcessId --Ice.PrintAdapterReady --Ice.ConnectionWarnings --Ice.ServerIdleTime=30" -serverOptions = commonServerOptions + serverProtocol -clientOptions = clientProtocol + defaultHost +serverOptions = commonServerOptions + serverProtocol + "--Ice.Trace.Network=3" +clientOptions = clientProtocol + defaultHost + "--Ice.Trace.Network=3" clientServerOptions = commonServerOptions + clientServerProtocol + defaultHost collocatedOptions = clientServerProtocol |