diff options
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) |