From 43dc982678b7592001df77d6bd32e286299c24cc Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Fri, 8 Nov 2002 22:18:39 +0000 Subject: many fixes to run scripts --- cpp/test/IceSSL/configuration/run.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (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 fcfa47e4f51..54e3e2362cc 100755 --- a/cpp/test/IceSSL/configuration/run.py +++ b/cpp/test/IceSSL/configuration/run.py @@ -29,7 +29,9 @@ 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") +name = os.path.join("IceSSL", "configuration") +testdir = os.path.join(toplevel, "test", name) + client = os.path.join(testdir, "configuration") localClientOptions = TestUtil.clientServerProtocol + TestUtil.defaultHost -- cgit v1.2.3