From 99528353dee44b173f35470f3920b6c7f9c7cb95 Mon Sep 17 00:00:00 2001 From: Anthony Neal Date: Mon, 25 Mar 2002 22:41:31 +0000 Subject: Updated to fit into the test framework. --- cpp/test/IceSSL/configuration/run.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpp/test/IceSSL/configuration/run.py') 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") -- cgit v1.2.3