don't count twice the failing tests on gmid crashes

This commit is contained in:
Omar Polo 2022-10-31 18:27:33 +00:00
parent 339a27c63e
commit f25fa4a951
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ port $port
echo "$1 failed"
failed="$failed $1"
failed_no=$((failed_no + 1))
return
else
echo "$1 passed"
fi