From 88412797d0f3cc113ac6eb10ca9731987eaf486a Mon Sep 17 00:00:00 2001 From: Maria Haider Date: Mon, 8 Jan 2024 18:56:09 +0100 Subject: [PATCH] fixed a mistake --- global/overlay/usr/lib/nagios/plugins/check_eidastest_qa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f0ab6d91..07d70683 100755 --- a/global/overlay/usr/lib/nagios/plugins/check_eidastest_qa.sh +++ b/global/overlay/usr/lib/nagios/plugins/check_eidastest_qa.sh @@ -38,7 +38,7 @@ if [ "$diff_exec_time" -gt "$day" ]; then fi -raw_not_executed_test=$(echo "$exec_status" | jq --raw-output '."last execution result".notExecutedTests[2]') +raw_not_executed_test=$(echo "$exec_status" | jq --raw-output '."last execution result".notExecutedTests[]') declare -a not_executed_test=($(echo "$raw_not_executed_test" | tr "\n" " "))