diff options
author | Alan Conway <aconway@apache.org> | 2009-11-13 16:07:28 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2009-11-13 16:07:28 +0000 |
commit | 9877ca6cfbf36a34d46b42bc89a9f1fa0ef08b4b (patch) | |
tree | e2a694219c20f2f0f6321dd638b10eb873e883c0 /cpp | |
parent | 53d1cf10d13f65c3ae8b953fa6de5e8cc377042c (diff) | |
download | qpid-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-x | cpp/examples/verify_all | 2 |
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 && \ |