summaryrefslogtreecommitdiff
path: root/cpp/config/TestUtil.py
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2002-03-25 19:24:16 +0000
committerAnthony Neal <aneal@zeroc.com>2002-03-25 19:24:16 +0000
commitf7f65d1696603ef64422c593f016b654292b388c (patch)
tree4616eee9ed85a84f631443ce3f69b800e0d4c747 /cpp/config/TestUtil.py
parentadding support for TIE classes (diff)
downloadice-f7f65d1696603ef64422c593f016b654292b388c.tar.bz2
ice-f7f65d1696603ef64422c593f016b654292b388c.tar.xz
ice-f7f65d1696603ef64422c593f016b654292b388c.zip
Updates to allow test/Glacier/starter to run in non-SSL mode.
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r--cpp/config/TestUtil.py4
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