summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/verify
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-01-23 17:41:00 +0000
committerAlan Conway <aconway@apache.org>2008-01-23 17:41:00 +0000
commit86795907f60601c0127952af46886c758b541eae (patch)
tree4c665b24cca230187b38c21df9483bb2859a18e7 /qpid/cpp/examples/verify
parentf7ab279c57c873bc4be110f3494fbbf3082ee152 (diff)
downloadqpid-python-86795907f60601c0127952af46886c758b541eae.tar.gz
examples/Makefile.am:
- verify.tar target, tars up verify script for easy transport to installation. examples/examples/pub-sub/verify.in: fixed typeo. examples/verify: don't kill the pub-sub listener, it should exit gracefully. src/qpid/client/Dispatcher.cpp src/qpid/client/SubscriptionManager.cpp - Fix uninitialized autoStop member variable. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@614587 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/verify')
-rwxr-xr-xqpid/cpp/examples/verify1
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/examples/verify b/qpid/cpp/examples/verify
index 10f2226aa5..35c9acae88 100755
--- a/qpid/cpp/examples/verify
+++ b/qpid/cpp/examples/verify
@@ -49,7 +49,6 @@ pub_sub() {
run ./topic_listener | tee topic_listener.out > topic_listener.wait &
waitfor topic_listener.wait "Listening"
run ./topic_publisher > verify.out
- kill %%
wait 2> /dev/null
title "remove_uuid topic_listener.out | sort" >> verify.out
}