removed 'echo..'
This commit is contained in:
parent
70008219d3
commit
3b571215ad
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue