summaryrefslogtreecommitdiff
path: root/cpp/test/IceSSL/configuration/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/configuration/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/configuration/run.py')
-rwxr-xr-xcpp/test/IceSSL/configuration/run.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/IceSSL/configuration/run.py b/cpp/test/IceSSL/configuration/run.py
index 848756709b9..cc95e7ea743 100755
--- a/cpp/test/IceSSL/configuration/run.py
+++ b/cpp/test/IceSSL/configuration/run.py
@@ -28,7 +28,8 @@ if TestUtil.protocol != "ssl":
testdir = os.path.join(toplevel,"test", "IceSSL", "configuration")
client = os.path.join(testdir, "configuration")
-updatedOptions = TestUtil.clientServerOptions.replace("TOPLEVELDIR", toplevel)
+localClientOptions = TestUtil.clientServerProtocol + TestUtil.defaultHost
+updatedOptions = localClientOptions.replace("TOPLEVELDIR", toplevel)
print "starting configuration...",
clientPipe = os.popen(client + updatedOptions)
output = clientPipe.read().strip()