From c62980d4592ec5094fbd0b353ccf6942a57ebff0 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 24 Sep 2013 18:43:44 +0000 Subject: QPID-5142: require swig client to be explicitly selected for tests git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1525969 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/swig_python_tests | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/tests/swig_python_tests') diff --git a/cpp/src/tests/swig_python_tests b/cpp/src/tests/swig_python_tests index 8c7d8cfe6d..a10878f712 100755 --- a/cpp/src/tests/swig_python_tests +++ b/cpp/src/tests/swig_python_tests @@ -50,6 +50,7 @@ start_broker echo "Running swigged python tests using broker on port $QPID_PORT" export PYTHONPATH=$PYTHONPATH:$PYTHONPATH_SWIG +export QPID_USE_SWIG_CLIENT=1 $QPID_PYTHON_TEST -m qpid.tests.messaging.message -m qpid_tests.broker_0_10.priority -m qpid_tests.broker_0_10.lvq -m qpid_tests.broker_0_10.new_api -b localhost:$QPID_PORT -I $srcdir/failing-amqp0-10-python-tests || FAILED=1 if [[ -a $AMQPC_LIB ]] ; then export QPID_LOAD_MODULE=$AMQPC_LIB -- cgit v1.2.1