You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2008/05/14 19:09:28 UTC

svn commit: r656335 - /incubator/qpid/trunk/qpid/cpp/src/tests/python_tests

Author: gsim
Date: Wed May 14 10:09:28 2008
New Revision: 656335

URL: http://svn.apache.org/viewvc?rev=656335&view=rev
Log:
Don't fail if python tests aren't found.


Modified:
    incubator/qpid/trunk/qpid/cpp/src/tests/python_tests

Modified: incubator/qpid/trunk/qpid/cpp/src/tests/python_tests
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/tests/python_tests?rev=656335&r1=656334&r2=656335&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/tests/python_tests (original)
+++ incubator/qpid/trunk/qpid/cpp/src/tests/python_tests Wed May 14 10:09:28 2008
@@ -12,6 +12,6 @@
     ./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