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 | e0f56bb7587165fc5bdd044bf116954b67de2db9 (patch) | |
| tree | 6f9d5519d899c0b9c3ed1598776407cea8ccd6f9 /qpid/cpp/examples/verify_all | |
| parent | b03ce23d853b5238b6cfe52160e0f0f1959a79b2 (diff) | |
| download | qpid-python-e0f56bb7587165fc5bdd044bf116954b67de2db9.tar.gz | |
Fix verify to run c++ and mixed c++/python examples.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@835894 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/verify_all')
| -rwxr-xr-x | qpid/cpp/examples/verify_all | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/verify_all b/qpid/cpp/examples/verify_all index d2bc9b67d1..71b4ffd438 100755 --- a/qpid/cpp/examples/verify_all +++ b/qpid/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 && \ |
