diff options
Diffstat (limited to 'qpid/python/examples/fanout/verify')
| -rw-r--r-- | qpid/python/examples/fanout/verify | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qpid/python/examples/fanout/verify b/qpid/python/examples/fanout/verify index f136ccd39b..7650853e11 100644 --- a/qpid/python/examples/fanout/verify +++ b/qpid/python/examples/fanout/verify @@ -1,3 +1,5 @@ # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify -clients ./declare_queues.py ./fanout_producer.py ./fanout_consumer.py -outputs ./declare_queues.py.out ./fanout_producer.py.out ./fanout_consumer.py.out +background "Subscribed" ./fanout_consumer.py +background "Subscribed" ./fanout_consumer.py +clients ./fanout_producer.py +outputs ./fanout_producer.py.out "./fanout_consumer.py.out | remove_uuid64" "./fanout_consumer.pyX.out | remove_uuid64" |
