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