summaryrefslogtreecommitdiff
path: root/trunk/qpid/cpp/examples/pub-sub/verify_python_cpp
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/qpid/cpp/examples/pub-sub/verify_python_cpp')
-rw-r--r--trunk/qpid/cpp/examples/pub-sub/verify_python_cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/trunk/qpid/cpp/examples/pub-sub/verify_python_cpp b/trunk/qpid/cpp/examples/pub-sub/verify_python_cpp
new file mode 100644
index 0000000000..2ddaad58c2
--- /dev/null
+++ b/trunk/qpid/cpp/examples/pub-sub/verify_python_cpp
@@ -0,0 +1,6 @@
+# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
+py=$PYTHON_EXAMPLES/pubsub
+background "Listening" ./topic_listener
+clients $py/topic_publisher.py
+outputs $py/topic_publisher.py.out "topic_listener.out | remove_uuid | sort"
+