diff options
Diffstat (limited to 'qpid/cpp/src/tests/swig_python_tests')
| -rwxr-xr-x | qpid/cpp/src/tests/swig_python_tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/swig_python_tests b/qpid/cpp/src/tests/swig_python_tests index 6de10f5ae9..4d9e5e35d4 100755 --- a/qpid/cpp/src/tests/swig_python_tests +++ b/qpid/cpp/src/tests/swig_python_tests @@ -47,6 +47,7 @@ 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" |
