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