summaryrefslogtreecommitdiff
path: root/cpp/config/TestUtil.py
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2002-03-25 13:12:49 +0000
committerAnthony Neal <aneal@zeroc.com>2002-03-25 13:12:49 +0000
commit51132730ced51832979fc89b3245f2528d89bcd1 (patch)
treeda5c7b785aaadc873ff5a78b9879b38dcc4fe877 /cpp/config/TestUtil.py
parentUpdated to attempt to get a test for the Single Certificate certificate (diff)
downloadice-51132730ced51832979fc89b3245f2528d89bcd1.tar.bz2
ice-51132730ced51832979fc89b3245f2528d89bcd1.tar.xz
ice-51132730ced51832979fc89b3245f2528d89bcd1.zip
Whoops, left some debugging code in place. Removed.
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r--cpp/config/TestUtil.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py
index ddb736500fd..b8765f7adcc 100644
--- a/cpp/config/TestUtil.py
+++ b/cpp/config/TestUtil.py
@@ -111,11 +111,6 @@ def clientServerTest(toplevel, name):
updatedServerOptions = serverOptions.replace("TOPLEVELDIR", toplevel)
updatedClientOptions = clientOptions.replace("TOPLEVELDIR", toplevel)
- print "server: "
- print server + updatedServerOptions
- print "client: "
- print client + updatedClientOptions
-
print "starting server...",
serverPipe = os.popen(server + updatedServerOptions)
getServerPid(serverPipe)