From 4ce7255e01a77c9100253a9b2e477250c0f742bc Mon Sep 17 00:00:00 2001 From: Anthony Neal Date: Wed, 27 Mar 2002 18:21:12 +0000 Subject: Updated to get rid of the server process ID being output during the tests. --- cpp/test/IceSSL/configuration/run.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/test/IceSSL/configuration/run.py') 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() -- cgit v1.2.3