diff options
Diffstat (limited to 'qpid/cpp/src/tests/swig_python_tests')
| -rwxr-xr-x | qpid/cpp/src/tests/swig_python_tests | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/swig_python_tests b/qpid/cpp/src/tests/swig_python_tests index 2eb8ce67b3..1815372863 100755 --- a/qpid/cpp/src/tests/swig_python_tests +++ b/qpid/cpp/src/tests/swig_python_tests @@ -20,7 +20,10 @@ # # Run the python tests. -source ./test_env.sh +source $QPID_TEST_COMMON + +ensure_python_tests + trap stop_broker INT TERM QUIT if [[ -a $AMQP_LIB ]] ; then @@ -43,7 +46,6 @@ stop_broker() { $QPIDD_EXEC -q --port $QPID_PORT } -test -d $PYTHON_DIR || skip "no python dir" test -f $PYTHONSWIGMODULE || skip "no swigged python client" start_broker |
