diff options
Diffstat (limited to 'cpp/test/IceSSL/certificateAndKeyParsing/run.py')
-rwxr-xr-x | cpp/test/IceSSL/certificateAndKeyParsing/run.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/test/IceSSL/certificateAndKeyParsing/run.py b/cpp/test/IceSSL/certificateAndKeyParsing/run.py index 517c6a777e5..eeaef71b427 100755 --- a/cpp/test/IceSSL/certificateAndKeyParsing/run.py +++ b/cpp/test/IceSSL/certificateAndKeyParsing/run.py @@ -25,11 +25,11 @@ if TestUtil.protocol != "ssl" : print "This test may only be run with SSL enabled." sys.exit(0) -testOptions = " --Ice.SSL.Test.Client.CertPath=TOPLEVELDIR/test/IceSSL/certs" + \ - " --Ice.SSL.Server.CertPath=TOPLEVELDIR/test/IceSSL/certs" + \ - " --Ice.SSL.Server.Config= " + \ - " --Ice.SSL.Client.CertPath=TOPLEVELDIR/test/IceSSL/certs" + \ - " --Ice.SSL.Client.Config= " +testOptions = " --IceSSL.Test.Client.CertPath=TOPLEVELDIR/test/IceSSL/certs" + \ + " --IceSSL.Server.CertPath=TOPLEVELDIR/test/IceSSL/certs" + \ + " --IceSSL.Server.Config= " + \ + " --IceSSL.Client.CertPath=TOPLEVELDIR/test/IceSSL/certs" + \ + " --IceSSL.Client.Config= " testdir = os.path.join(toplevel,"test", "IceSSL", "certificateAndKeyParsing") client = os.path.join(testdir, "certificateAndKeyParsing") |