diff options
Diffstat (limited to 'cpp/test/IcePack/simple/run.py')
-rwxr-xr-x | cpp/test/IcePack/simple/run.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/test/IcePack/simple/run.py b/cpp/test/IcePack/simple/run.py index e9e3aa9dc63..61d0583e8e9 100755 --- a/cpp/test/IcePack/simple/run.py +++ b/cpp/test/IcePack/simple/run.py @@ -75,8 +75,7 @@ print "starting client...", clientPipe = os.popen(client + TestUtil.clientOptions + additionalOptions + " --with-deploy") print "ok" -for output in clientPipe.xreadlines(): - print output, +TestUtil.printOutputFromPipe(clientPipe) clientStatus = clientPipe.close() if clientStatus: |