summaryrefslogtreecommitdiff
path: root/cs/config/TestUtil.py
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2006-12-12 17:32:13 +0000
committerMatthew Newhook <matthew@zeroc.com>2006-12-12 17:32:13 +0000
commit1e7b288ac943a88a8794601b06dc1a490dd981c1 (patch)
tree94dd306775ab9a0c46357baf229c6ea33d4d4a6e /cs/config/TestUtil.py
parenttemp pause icon (diff)
downloadice-1e7b288ac943a88a8794601b06dc1a490dd981c1.tar.bz2
ice-1e7b288ac943a88a8794601b06dc1a490dd981c1.tar.xz
ice-1e7b288ac943a88a8794601b06dc1a490dd981c1.zip
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1616. Fixed SSL bug with
test/Ice/operations.
Diffstat (limited to 'cs/config/TestUtil.py')
-rw-r--r--cs/config/TestUtil.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cs/config/TestUtil.py b/cs/config/TestUtil.py
index 2cc10482d67..64bc9ae5f1b 100644
--- a/cs/config/TestUtil.py
+++ b/cs/config/TestUtil.py
@@ -78,6 +78,8 @@ for o, a in opts:
if o == "--debug":
debug = 1
if o == "--protocol":
+ if a not in ( "tcp", "ssl"):
+ usage()
protocol = a
if o == "--compress":
compress = 1