diff options
| author | Alan Conway <aconway@apache.org> | 2008-06-23 13:53:15 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-06-23 13:53:15 +0000 |
| commit | 26e408705ff28f1c185bac333a76e38b6b900063 (patch) | |
| tree | c52c86e38cf7297e8b53dff04ddb0a5b69329641 /cpp/examples/verify_all | |
| parent | 2fdfa6302be99cd1e413fe0ad0b4777a8529c798 (diff) | |
| download | qpid-python-26e408705ff28f1c185bac333a76e38b6b900063.tar.gz | |
Fix path problems in examples make check
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@670571 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/verify_all')
| -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 9fbaa4a8df..3bb259e096 100755 --- a/cpp/examples/verify_all +++ b/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 && \ |
