summaryrefslogtreecommitdiff
path: root/cpp/test/IceSSL/certificateVerification/run.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-11-08 22:18:39 +0000
committerMarc Laukien <marc@zeroc.com>2002-11-08 22:18:39 +0000
commit43dc982678b7592001df77d6bd32e286299c24cc (patch)
tree367213889351866b763ea80cda64d07c1d40c39b /cpp/test/IceSSL/certificateVerification/run.py
parentadd test for Map.Entry.setValue (diff)
downloadice-43dc982678b7592001df77d6bd32e286299c24cc.tar.bz2
ice-43dc982678b7592001df77d6bd32e286299c24cc.tar.xz
ice-43dc982678b7592001df77d6bd32e286299c24cc.zip
many fixes to run scripts
Diffstat (limited to 'cpp/test/IceSSL/certificateVerification/run.py')
-rwxr-xr-xcpp/test/IceSSL/certificateVerification/run.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/IceSSL/certificateVerification/run.py b/cpp/test/IceSSL/certificateVerification/run.py
index 9038b280d80..4820bc86503 100755
--- a/cpp/test/IceSSL/certificateVerification/run.py
+++ b/cpp/test/IceSSL/certificateVerification/run.py
@@ -44,6 +44,7 @@ TestUtil.clientServerOptions += " --IceSSL.Test.Client.CertPath=" + \
os.path.join(toplevel, "test", "IceSSL", "certs")
name = os.path.join("IceSSL", "certificateVerification")
+testdir = os.path.join(toplevel, "test", name)
print "testing default certificate verifier."
TestUtil.clientServerTest(name)