diff --git a/bin/tests/system/conf.sh.in b/bin/tests/system/conf.sh.in index 98a6e3d69e..e1549b3701 100644 --- a/bin/tests/system/conf.sh.in +++ b/bin/tests/system/conf.sh.in @@ -87,6 +87,10 @@ if ! test -x "$PERL"; then exit 77 fi export PYTHON=$(command -v "@PYTHON@" || true) +if ! test -x "$PYTHON"; then + echo "Python interpreter is required for system tests." + exit 77 +fi # Load common values . $TOP_SRCDIR/bin/tests/system/conf.sh.common