summaryrefslogtreecommitdiff
path: root/cpp/test/IcePack/deployer/run.py
diff options
context:
space:
mode:
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: