diff options
Diffstat (limited to 'cpp/src/tests/python_tests')
-rwxr-xr-x | cpp/src/tests/python_tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/tests/python_tests b/cpp/src/tests/python_tests index 0216b5ca7b..3cdf7725f4 100755 --- a/cpp/src/tests/python_tests +++ b/cpp/src/tests/python_tests @@ -20,8 +20,8 @@ # # Run the python tests. -source ./test_env.sh -test -d $PYTHON_DIR || { echo "Skipping python tests, no python dir."; exit 0; } +source $QPID_TEST_COMMON +ensure_python_tests QPID_PORT=${QPID_PORT:-5672} PYTHON_TESTS=${PYTHON_TESTS:-$*} FAILING=${FAILING:-/dev/null} |