don't count twice the failing tests on gmid crash

This commit is contained in:
Omar Polo 2022-09-10 10:12:50 +00:00
parent edc5ca667d
commit 7bb80ca90d
1 changed files with 1 additions and 0 deletions

View File

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