summaryrefslogtreecommitdiff
path: root/qpid/python/examples/fanout/verify
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-02-15 21:00:44 +0000
committerAlan Conway <aconway@apache.org>2008-02-15 21:00:44 +0000
commit5034a2088eb20620225d2dfd4c2ae40b42b4c57d (patch)
tree943081284fd77a33adffe3e1203528659237deff /qpid/python/examples/fanout/verify
parent491b221e39621eb9977c6bfa76f3587870d0d3a4 (diff)
downloadqpid-python-5034a2088eb20620225d2dfd4c2ae40b42b4c57d.tar.gz
Updated c++ and python fanout examples and verify scripts.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@628169 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/examples/fanout/verify')
-rw-r--r--qpid/python/examples/fanout/verify6
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"