summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-11-13 16:07:28 +0000
committerAlan Conway <aconway@apache.org>2009-11-13 16:07:28 +0000
commit9877ca6cfbf36a34d46b42bc89a9f1fa0ef08b4b (patch)
treee2a694219c20f2f0f6321dd638b10eb873e883c0 /cpp
parent53d1cf10d13f65c3ae8b953fa6de5e8cc377042c (diff)
downloadqpid-python-9877ca6cfbf36a34d46b42bc89a9f1fa0ef08b4b.tar.gz
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
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/examples/verify_all2
1 files changed, 1 insertions, 1 deletions
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 && \