diff options
author | Anthony Neal <aneal@zeroc.com> | 2002-03-25 13:12:49 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2002-03-25 13:12:49 +0000 |
commit | 51132730ced51832979fc89b3245f2528d89bcd1 (patch) | |
tree | da5c7b785aaadc873ff5a78b9879b38dcc4fe877 /cpp/config/TestUtil.py | |
parent | Updated to attempt to get a test for the Single Certificate certificate (diff) | |
download | ice-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.py | 5 |
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) |