summaryrefslogtreecommitdiff
path: root/cpp/test/IceSSL/configuration/run.py
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2002-03-25 22:41:31 +0000
committerAnthony Neal <aneal@zeroc.com>2002-03-25 22:41:31 +0000
commit99528353dee44b173f35470f3920b6c7f9c7cb95 (patch)
treeecf9c1290c00e36dd24862be68c2044cb4d14850 /cpp/test/IceSSL/configuration/run.py
parentproject file fixes (diff)
downloadice-99528353dee44b173f35470f3920b6c7f9c7cb95.tar.bz2
ice-99528353dee44b173f35470f3920b6c7f9c7cb95.tar.xz
ice-99528353dee44b173f35470f3920b6c7f9c7cb95.zip
Updated to fit into the test framework.
Diffstat (limited to 'cpp/test/IceSSL/configuration/run.py')
-rwxr-xr-xcpp/test/IceSSL/configuration/run.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/test/IceSSL/configuration/run.py b/cpp/test/IceSSL/configuration/run.py
index 9063aa37ad5..848756709b9 100755
--- a/cpp/test/IceSSL/configuration/run.py
+++ b/cpp/test/IceSSL/configuration/run.py
@@ -21,6 +21,10 @@ else:
sys.path.append(os.path.join(toplevel, "config"))
import TestUtil
+if TestUtil.protocol != "ssl":
+ print "This test may only be run with SSL enabled."
+ sys.exit(0)
+
testdir = os.path.join(toplevel,"test", "IceSSL", "configuration")
client = os.path.join(testdir, "configuration")