summaryrefslogtreecommitdiff
path: root/trunk/qpid/cpp/examples/fanout/verify_python_cpp
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/qpid/cpp/examples/fanout/verify_python_cpp')
-rw-r--r--trunk/qpid/cpp/examples/fanout/verify_python_cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/trunk/qpid/cpp/examples/fanout/verify_python_cpp b/trunk/qpid/cpp/examples/fanout/verify_python_cpp
new file mode 100644
index 0000000000..d9b3361523
--- /dev/null
+++ b/trunk/qpid/cpp/examples/fanout/verify_python_cpp
@@ -0,0 +1,7 @@
+# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
+py=$PYTHON_EXAMPLES/fanout
+background "Listening" ./listener
+background "Listening" ./listener
+clients $py/fanout_producer.py
+outputs $py/fanout_producer.py.out "./listener.out | remove_uuid" "./listenerX.out | remove_uuid"
+