diff options
| author | Gordon Sim <gsim@apache.org> | 2013-09-24 18:43:44 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2013-09-24 18:43:44 +0000 |
| commit | c62980d4592ec5094fbd0b353ccf6942a57ebff0 (patch) | |
| tree | 0d39f4e08e5e5f9b5267ddafac3dcbd2ba3c5326 /cpp/src | |
| parent | d958670f218880c91edcd741c8c3547c54e31a77 (diff) | |
| download | qpid-python-c62980d4592ec5094fbd0b353ccf6942a57ebff0.tar.gz | |
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
Diffstat (limited to 'cpp/src')
| -rwxr-xr-x | cpp/src/tests/swig_python_tests | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
