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"