diff options
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index b8765f7adcc..ddb736500fd 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -111,6 +111,11 @@ 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) |