summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/verify_all
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-06-23 13:53:15 +0000
committerAlan Conway <aconway@apache.org>2008-06-23 13:53:15 +0000
commit71215099a30812c8a3b8f39e206babe31b7e79ab (patch)
tree9ce86f70b8f76683df27a54b400284ae38b30ccd /qpid/cpp/examples/verify_all
parent7c28f2de84d72c843f9aa113aa0e1e8ce3aef4d5 (diff)
downloadqpid-python-71215099a30812c8a3b8f39e206babe31b7e79ab.tar.gz
Fix path problems in examples make check
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@670571 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/verify_all')
-rwxr-xr-xqpid/cpp/examples/verify_all2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/verify_all b/qpid/cpp/examples/verify_all
index 9fbaa4a8df..3bb259e096 100755
--- a/qpid/cpp/examples/verify_all
+++ b/qpid/cpp/examples/verify_all
@@ -15,7 +15,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 examples"
+find="find"
test -d $PYTHON_EXAMPLES && find="$find $PYTHON_EXAMPLES"
find="$find -name verify"
test -d $PYTHON_EXAMPLES && \