diff options
| author | Gordon Sim <gsim@apache.org> | 2008-05-14 17:09:28 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-05-14 17:09:28 +0000 |
| commit | 7ec5ed09424b8b75a907519889dafb609a13676a (patch) | |
| tree | 577cacc281d09c0a95dbe76dd955f004bdbea5fc /qpid/cpp/src/tests/python_tests | |
| parent | 4da538105f863427a4a0002ec25aaa9d63c119d9 (diff) | |
| download | qpid-python-7ec5ed09424b8b75a907519889dafb609a13676a.tar.gz | |
Don't fail if python tests aren't found.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@656335 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/python_tests')
| -rwxr-xr-x | qpid/cpp/src/tests/python_tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/python_tests b/qpid/cpp/src/tests/python_tests index 3065845c66..ff0519f6fe 100755 --- a/qpid/cpp/src/tests/python_tests +++ b/qpid/cpp/src/tests/python_tests @@ -12,6 +12,6 @@ do_tests() { ./run-tests --skip-self-test -v -s $SPEC -I $FAILING -b localhost:$QPID_PORT $PYTHON_TESTS || { echo "FAIL python tests for $SPEC"; exit 1; } } -cd ${QPID_PYTHON_DIR} || { echo "Cannot cd ${QPID_PYTHON_DIR}"; exit 1; } +cd ${QPID_PYTHON_DIR} || { echo "Cannot cd ${QPID_PYTHON_DIR}"; exit; } do_tests 0-10-errata cpp_failing_0-10.txt |
