removed 'echo..'

This commit is contained in:
Maria Haider 2025-01-29 20:15:26 +01:00
parent 70008219d3
commit 3b571215ad
Signed by: mariah
GPG key ID: 7414A760CA747E57

View file

@ -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" " ")) declare -a passed_tests=($(echo "$raw_passed_tests" | tr "\n" " "))
echo $passed_tests
if [ "$passed_tests" == null ] if [ "$passed_tests" == null ]
then then
echo "No tests have passed" echo "No tests have passed"