CI gating: improve run_tests.sh
This commit is contained in:
parent
dfcdf7abbe
commit
abd80bde55
@ -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=(
|
||||
|
Loading…
Reference in New Issue
Block a user