diff options
Diffstat (limited to 'cpp')
| -rwxr-xr-x | cpp/src/tests/run_msg_group_tests | 1 | ||||
| -rwxr-xr-x | cpp/src/tests/run_msg_group_tests_soak | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/tests/run_msg_group_tests b/cpp/src/tests/run_msg_group_tests index 8423022521..e2fec2d170 100755 --- a/cpp/src/tests/run_msg_group_tests +++ b/cpp/src/tests/run_msg_group_tests @@ -22,6 +22,7 @@ #setup path to find qpid-config and msg_group_test progs source ./test_env.sh +test -d $PYTHON_DIR || { echo "Skipping message group tests, no python dir."; exit 0; } export PATH=$PWD:$srcdir:$PYTHON_COMMANDS:$PATH diff --git a/cpp/src/tests/run_msg_group_tests_soak b/cpp/src/tests/run_msg_group_tests_soak index 5231f74755..d9d4cc227f 100755 --- a/cpp/src/tests/run_msg_group_tests_soak +++ b/cpp/src/tests/run_msg_group_tests_soak @@ -22,6 +22,7 @@ #setup path to find qpid-config and msg_group_test test progs source ./test_env.sh +test -d $PYTHON_DIR || { echo "Skipping message group tests, no python dir."; exit 0; } export PATH=$PWD:$srcdir:$PYTHON_COMMANDS:$PATH |
