From c61e76daedbf2d0dc709d5e49003a930d161a500 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Wed, 25 Nov 2009 19:21:20 +0000 Subject: QPID-2219 - Example tests hang when run in a vpath build Verify scripts updated to operate in vpath builds. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@884231 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/verify_all | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cpp/examples/verify_all') diff --git a/cpp/examples/verify_all b/cpp/examples/verify_all index 71b4ffd438..baffd422ad 100755 --- a/cpp/examples/verify_all +++ b/cpp/examples/verify_all @@ -24,7 +24,8 @@ verify=`dirname $0`/verify topsrcdir=$1 -qpidd=$2 +topbuilddir=$2 +qpidd=$topbuilddir/src/qpidd broker_args=$3 exclude_regexp=$4 python=${QPID_PYTHON_DIR:-$topsrcdir/python} @@ -50,4 +51,4 @@ else { cat $f | grep $exclude_regexp > /dev/null ; } || run_examples="$run_examples $f" done fi -$verify $run_examples +$verify $topsrcdir $topbuilddir $run_examples -- cgit v1.2.1