diff options
author | Anthony Neal <aneal@zeroc.com> | 2002-03-25 19:24:16 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2002-03-25 19:24:16 +0000 |
commit | f7f65d1696603ef64422c593f016b654292b388c (patch) | |
tree | 4616eee9ed85a84f631443ce3f69b800e0d4c747 /cpp/config/TestUtil.py | |
parent | adding support for TIE classes (diff) | |
download | ice-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.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 |