From 9877ca6cfbf36a34d46b42bc89a9f1fa0ef08b4b Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 13 Nov 2009 16:07:28 +0000 Subject: Fix verify to run c++ and mixed c++/python examples. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@835894 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/verify_all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') diff --git a/cpp/examples/verify_all b/cpp/examples/verify_all index d2bc9b67d1..71b4ffd438 100755 --- a/cpp/examples/verify_all +++ b/cpp/examples/verify_all @@ -36,7 +36,7 @@ PYTHONPATH=$python:$PYTHONPATH export QPID_PORT PYTHON_EXAMPLES PYTHONPATH test -d $PYTHON_EXAMPLES || echo "WARNING: No python examples. $PYTHON_EXAMPLES not found." -find="find" +find="find $topsrcdir/cpp/examples" test -d $PYTHON_EXAMPLES && find="$find $PYTHON_EXAMPLES" find="$find -mindepth 2 -name verify" test -d $PYTHON_EXAMPLES && \ -- cgit v1.2.1