Author: jross
Date: Mon Apr 21 12:59:35 2014
New Revision: 1588879
URL: http://svn.apache.org/r1588879
Log:
QPID-5714: Revert change that I intended for trunk (it still needs approval)
Modified:
qpid/branches/0.28/qpid/cpp/src/tests/python_tests
qpid/branches/0.28/qpid/cpp/src/tests/swig_python_tests
Modified: qpid/branches/0.28/qpid/cpp/src/tests/python_tests
URL:
http://svn.apache.org/viewvc/qpid/branches/0.28/qpid/cpp/src/tests/python_tests?rev=1588879&r1=1588878&r2=1588879&view=diff
==============================================================================
--- qpid/branches/0.28/qpid/cpp/src/tests/python_tests (original)
+++ qpid/branches/0.28/qpid/cpp/src/tests/python_tests Mon Apr 21 12:59:35 2014
@@ -26,9 +26,4 @@ QPID_PORT=${QPID_PORT:-5672}
PYTHON_TESTS=${PYTHON_TESTS:-$*}
FAILING=${FAILING:-/dev/null}
-if [ ! -d $QPID_TESTS ]; then
- echo "SKIPPED python tests: test code not found"
- exit 0
-fi
-
python $QPID_PYTHON_TEST -m qpid_tests.broker_0_10 -m qpid.tests -b
localhost:$QPID_PORT -I $FAILING $PYTHON_TESTS || exit 1
Modified: qpid/branches/0.28/qpid/cpp/src/tests/swig_python_tests
URL:
http://svn.apache.org/viewvc/qpid/branches/0.28/qpid/cpp/src/tests/swig_python_tests?rev=1588879&r1=1588878&r2=1588879&view=diff
==============================================================================
--- qpid/branches/0.28/qpid/cpp/src/tests/swig_python_tests (original)
+++ qpid/branches/0.28/qpid/cpp/src/tests/swig_python_tests Mon Apr 21 12:59:35
2014
@@ -47,7 +47,6 @@ stop_broker() {
}
test -f $PYTHONSWIGMODULE || skip "no swigged python client"
-test -d $QPID_TESTS || skip "test code not found"
start_broker
echo "Running swigged python tests using broker on port $QPID_PORT"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]