diff options
Diffstat (limited to 'cpp/test/IceStorm/federation/run.py')
-rwxr-xr-x | cpp/test/IceStorm/federation/run.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/test/IceStorm/federation/run.py b/cpp/test/IceStorm/federation/run.py index 75b2b717e43..4e5ebdaa498 100755 --- a/cpp/test/IceStorm/federation/run.py +++ b/cpp/test/IceStorm/federation/run.py @@ -91,8 +91,7 @@ def doTest(batch): publisherPipe = os.popen(command) print "ok" - for output in publisherPipe.xreadlines(): - print output, + TestUtil.printOutputFromPipe(publisherPipe) # # Verify that the subscriber has terminated. |