diff options
author | Marc Laukien <marc@zeroc.com> | 2002-06-10 22:05:17 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-06-10 22:05:17 +0000 |
commit | 281b46ca4f69f5398a0ecec5bd241b822656a4ae (patch) | |
tree | 1f7b99f6440b994ba610c0dc1e3d5e0beae14449 /cpp/config/TestUtil.py | |
parent | more fixes/cleanup (diff) | |
download | ice-281b46ca4f69f5398a0ecec5bd241b822656a4ae.tar.bz2 ice-281b46ca4f69f5398a0ecec5bd241b822656a4ae.tar.xz ice-281b46ca4f69f5398a0ecec5bd241b822656a4ae.zip |
fix
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index 9ad4b356fd0..fb9a3a78ad7 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -141,8 +141,6 @@ 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) |