From 2e7f739bce1018498152db2d6b43da1eb055239f Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 23 Jan 2008 17:41:00 +0000 Subject: 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/qpid@614587 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/verify | 1 - 1 file changed, 1 deletion(-) (limited to 'cpp/examples/verify') diff --git a/cpp/examples/verify b/cpp/examples/verify index 10f2226aa5..35c9acae88 100755 --- a/cpp/examples/verify +++ b/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 } -- cgit v1.2.1