summaryrefslogtreecommitdiff
path: root/cpp/test/IceSSL/certificateAndKeyParsing/run.py
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2002-03-27 18:21:12 +0000
committerAnthony Neal <aneal@zeroc.com>2002-03-27 18:21:12 +0000
commit4ce7255e01a77c9100253a9b2e477250c0f742bc (patch)
tree1ca5118a725783ebc79301e9410f690bfc6e5271 /cpp/test/IceSSL/certificateAndKeyParsing/run.py
parentallow prefixes with multiple periods (diff)
downloadice-4ce7255e01a77c9100253a9b2e477250c0f742bc.tar.bz2
ice-4ce7255e01a77c9100253a9b2e477250c0f742bc.tar.xz
ice-4ce7255e01a77c9100253a9b2e477250c0f742bc.zip
Updated to get rid of the server process ID being output during the tests.
Diffstat (limited to 'cpp/test/IceSSL/certificateAndKeyParsing/run.py')
-rwxr-xr-xcpp/test/IceSSL/certificateAndKeyParsing/run.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/IceSSL/certificateAndKeyParsing/run.py b/cpp/test/IceSSL/certificateAndKeyParsing/run.py
index 5bbdaaa3014..8694a25caf0 100755
--- a/cpp/test/IceSSL/certificateAndKeyParsing/run.py
+++ b/cpp/test/IceSSL/certificateAndKeyParsing/run.py
@@ -30,7 +30,8 @@ testOptions = " --Ice.SSL.Test.Client.CertPath=TOPLEVELDIR/test/IceSSL/certs"
testdir = os.path.join(toplevel,"test", "IceSSL", "certificateAndKeyParsing")
client = os.path.join(testdir, "certificateAndKeyParsing")
-updatedOptions = TestUtil.clientServerOptions.replace("TOPLEVELDIR", toplevel)
+localClientOptions = TestUtil.clientServerProtocol + TestUtil.defaultHost
+updatedOptions = localClientOptions.replace("TOPLEVELDIR", toplevel)
testOptions = testOptions.replace("TOPLEVELDIR", toplevel)
print "starting certificateAndKeyParsing...",
clientPipe = os.popen(client + updatedOptions + testOptions)