From cb5a9337d33dd5cd414acdd709212e7842b62dcb Mon Sep 17 00:00:00 2001 From: Oyvind Albrigtsen Date: Mon, 7 Apr 2025 13:20:37 +0200 Subject: [PATCH] CI gating: improve run_tests.sh --- tests/run_tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 408fbe3..9af6536 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -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=(