fixed a mistake
This commit is contained in:
parent
0e7da40083
commit
88412797d0
1 changed files with 1 additions and 1 deletions
|
@ -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" " "))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue