diff options
author | Matthew Newhook <matthew@zeroc.com> | 2006-06-13 15:40:40 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2006-06-13 15:40:40 +0000 |
commit | 515d3e0b0f9c126cb4480d728cb458c9fb290147 (patch) | |
tree | 1b08d0a7c22aa17f3371ce242c102527192b59c5 /cs/config/TestUtil.py | |
parent | Added support for --protocol, --compress, --host, --threadPerConnection (diff) | |
download | ice-515d3e0b0f9c126cb4480d728cb458c9fb290147.tar.bz2 ice-515d3e0b0f9c126cb4480d728cb458c9fb290147.tar.xz ice-515d3e0b0f9c126cb4480d728cb458c9fb290147.zip |
win fix.
Diffstat (limited to 'cs/config/TestUtil.py')
-rw-r--r-- | cs/config/TestUtil.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cs/config/TestUtil.py b/cs/config/TestUtil.py index 1eb2bf13568..e520cbddf99 100644 --- a/cs/config/TestUtil.py +++ b/cs/config/TestUtil.py @@ -56,6 +56,8 @@ try: except getopt.GetoptError: usage() +mono = 0 + for o, a in opts: if o in ( "-m", "--mono" ): mono = 1 @@ -341,7 +343,6 @@ clientServerOptions = clientServerProtocol + defaultHost + commonServerOptions collocatedOptions = clientServerProtocol + defaultHost def createMsg(name): - msg = "starting " if mono: msg += "mono " |