summaryrefslogtreecommitdiff
path: root/cpp/examples/request-response/verify_python_cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/examples/request-response/verify_python_cpp')
-rw-r--r--cpp/examples/request-response/verify_python_cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/examples/request-response/verify_python_cpp b/cpp/examples/request-response/verify_python_cpp
new file mode 100644
index 0000000000..d6f0fa7152
--- /dev/null
+++ b/cpp/examples/request-response/verify_python_cpp
@@ -0,0 +1,5 @@
+# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
+background "Waiting" ./server
+clients $PYTHON_EXAMPLES/request-response/client.py
+kill %% # Must kill the server.
+outputs "$PYTHON_EXAMPLES/request-response/client.py.out | remove_uuid" "server.out | remove_uuid"