diff options
Diffstat (limited to 'cpp/test/IcePack/deployer/run.py')
-rwxr-xr-x | cpp/test/IcePack/deployer/run.py | 3 |
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: |