diff options
Diffstat (limited to 'cpp/test/IceStorm/single/run.py')
-rwxr-xr-x | cpp/test/IceStorm/single/run.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/IceStorm/single/run.py b/cpp/test/IceStorm/single/run.py index 9836610462a..c3bfc29607b 100755 --- a/cpp/test/IceStorm/single/run.py +++ b/cpp/test/IceStorm/single/run.py @@ -45,8 +45,9 @@ def dotest(type): # print "starting publisher...", sys.stdout.flush() - publisherProc = TestUtil.startClient(publisher, icestorm.reference()) + publisherProc = TestUtil.startClient(publisher, icestorm.reference(), startReader = False) print "ok" + publisherProc.startReader() subscriberProc.waitTestSuccess() publisherProc.waitTestSuccess() |