From 3b571215ad83e74992ef98190c4d65e4931d6e27 Mon Sep 17 00:00:00 2001 From: Maria Haider Date: Wed, 29 Jan 2025 20:15:26 +0100 Subject: [PATCH] removed 'echo..' --- global/overlay/usr/lib/nagios/plugins/check_eidastest_qa.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/global/overlay/usr/lib/nagios/plugins/check_eidastest_qa.sh b/global/overlay/usr/lib/nagios/plugins/check_eidastest_qa.sh index ae1f2911..b5bfa2e4 100755 --- a/global/overlay/usr/lib/nagios/plugins/check_eidastest_qa.sh +++ b/global/overlay/usr/lib/nagios/plugins/check_eidastest_qa.sh @@ -59,8 +59,6 @@ raw_passed_tests=$(echo "$exec_status" | jq --raw-output '."last execution resul declare -a passed_tests=($(echo "$raw_passed_tests" | tr "\n" " ")) -echo $passed_tests - if [ "$passed_tests" == null ] then echo "No tests have passed"