summaryrefslogtreecommitdiff
path: root/cpp/test/IcePack/deployer/run.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-02-18 20:42:01 +0000
committerMarc Laukien <marc@zeroc.com>2004-02-18 20:42:01 +0000
commitf8862b41182a15d4a71e4784c9fbc6b40d92cce4 (patch)
tree1058725372bbe4bfc9ab57da285362514a97fba0 /cpp/test/IcePack/deployer/run.py
parentupdating version number to 1.3.0 (diff)
downloadice-f8862b41182a15d4a71e4784c9fbc6b40d92cce4.tar.bz2
ice-f8862b41182a15d4a71e4784c9fbc6b40d92cce4.tar.xz
ice-f8862b41182a15d4a71e4784c9fbc6b40d92cce4.zip
fixes
Diffstat (limited to 'cpp/test/IcePack/deployer/run.py')
-rwxr-xr-xcpp/test/IcePack/deployer/run.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/test/IcePack/deployer/run.py b/cpp/test/IcePack/deployer/run.py
index 9329c80661f..cd8631e9fc1 100755
--- a/cpp/test/IcePack/deployer/run.py
+++ b/cpp/test/IcePack/deployer/run.py
@@ -48,8 +48,7 @@ def startClient(options):
clientPipe = os.popen(os.path.join(testdir, "client") + fullClientOptions)
print "ok"
- for output in clientPipe.xreadlines():
- print output,
+ TestUtil.printOutputFromPipe(clientPipe)
clientStatus = clientPipe.close()
if clientStatus: