CI gating: improve run_tests.sh

This commit is contained in:
Oyvind Albrigtsen 2025-04-09 13:33:01 +02:00
parent dfcdf7abbe
commit abd80bde55

View File

@ -6,8 +6,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=(