summaryrefslogtreecommitdiff
path: root/cpp/test/IceStorm/federation2/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceStorm/federation2/run.py')
-rwxr-xr-xcpp/test/IceStorm/federation2/run.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/test/IceStorm/federation2/run.py b/cpp/test/IceStorm/federation2/run.py
index df398d44dd1..34690ee476f 100755
--- a/cpp/test/IceStorm/federation2/run.py
+++ b/cpp/test/IceStorm/federation2/run.py
@@ -93,8 +93,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.