From a4e735d458022e91546128cca4ecc4f32f8e869a Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 14 May 2008 17:09:28 +0000 Subject: Don't fail if python tests aren't found. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@656335 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/python_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/tests/python_tests b/cpp/src/tests/python_tests index 3065845c66..ff0519f6fe 100755 --- a/cpp/src/tests/python_tests +++ b/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 -- cgit v1.2.1