diff options
Diffstat (limited to 'cpp/test/IceStorm/single/run.py')
-rwxr-xr-x | cpp/test/IceStorm/single/run.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/test/IceStorm/single/run.py b/cpp/test/IceStorm/single/run.py index 35d52771d9c..d6bffe5f71e 100755 --- a/cpp/test/IceStorm/single/run.py +++ b/cpp/test/IceStorm/single/run.py @@ -97,8 +97,7 @@ command = publisher + TestUtil.clientOptions + iceStormReference publisherPipe = os.popen(command) print "ok" -for output in publisherPipe.xreadlines(): - print output, +TestUtil.printOutputFromPipe(publisherPipe); # # Verify that the subscriber has terminated. |