diff options
author | Michi Henning <michi@zeroc.com> | 2003-10-28 03:25:12 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2003-10-28 03:25:12 +0000 |
commit | 7ec3916603e7605162eaa405364c0095769fc038 (patch) | |
tree | 256bafec49de30dfb01de1bc289e07cc6938e3c5 /cpp/test/IceSSL/certificateAndKeyParsing/run.py | |
parent | Fixed incorrect lock in CommunicatorI.cpp. (diff) | |
download | ice-7ec3916603e7605162eaa405364c0095769fc038.tar.bz2 ice-7ec3916603e7605162eaa405364c0095769fc038.tar.xz ice-7ec3916603e7605162eaa405364c0095769fc038.zip |
Fixed incorrect property.
Diffstat (limited to 'cpp/test/IceSSL/certificateAndKeyParsing/run.py')
-rwxr-xr-x | cpp/test/IceSSL/certificateAndKeyParsing/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceSSL/certificateAndKeyParsing/run.py b/cpp/test/IceSSL/certificateAndKeyParsing/run.py index 3bf37700c00..c45afcf6d9f 100755 --- a/cpp/test/IceSSL/certificateAndKeyParsing/run.py +++ b/cpp/test/IceSSL/certificateAndKeyParsing/run.py @@ -29,7 +29,7 @@ if TestUtil.protocol != "ssl" : print "This test may only be run with SSL enabled." sys.exit(0) -testOptions = " --IceSSL.Test.Client.CertPath=" + os.path.join(toplevel, "test", "IceSSL", "certs") + \ +testOptions = " --IceSSL.Client.CertPath.Test=" + os.path.join(toplevel, "test", "IceSSL", "certs") + \ " --IceSSL.Client.CertPath=" + os.path.join(toplevel, "test", "IceSSL", "certs") + \ " --IceSSL.Client.Config= " + \ " --IceSSL.Server.CertPath=" + os.path.join(toplevel, "test", "IceSSL", "certs") + \ |