CI gating: improve run_tests.sh

This commit is contained in:
Oyvind Albrigtsen 2025-04-07 13:20:37 +02:00
parent e197408769
commit cb5a9337d3

View File

@ -5,8 +5,9 @@ err=0
if [ "$(pcs stonith list 2> /dev/null | wc -l)" -eq 0 ]; then
echo "ERROR: pcs: no agents available..."
err=$((err+1))
else
echo "INFO: pcs: agents available..."
fi
echo "INFO: pcs: agents available..."
# test bundled libraries
declare -A libs=(