diff options
author | Marc Laukien <marc@zeroc.com> | 2002-06-10 22:03:00 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-06-10 22:03:00 +0000 |
commit | d5651985e7ea01853e0abe670199393501aa6b20 (patch) | |
tree | 3940f358364e6777db41c858596af28a9c6c2f47 /cpp/config/TestUtil.py | |
parent | fixes (diff) | |
download | ice-d5651985e7ea01853e0abe670199393501aa6b20.tar.bz2 ice-d5651985e7ea01853e0abe670199393501aa6b20.tar.xz ice-d5651985e7ea01853e0abe670199393501aa6b20.zip |
more fixes/cleanup
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index fb9a3a78ad7..9ad4b356fd0 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -141,6 +141,8 @@ def clientServerTest(toplevel, name): updatedClientOptions = clientOptions.replace("TOPLEVELDIR", toplevel) print "starting server...", + print + print server + updatedServerOptions serverPipe = os.popen(server + updatedServerOptions) getServerPid(serverPipe) getAdapterReady(serverPipe) |