Exit non-zero if any tests fail

This commit is contained in:
Andrew Noyes 2019-03-18 16:34:53 -07:00 committed by Alex Miller
parent 9da6518d17
commit 2442594b7f
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ then
echo " - ${t}"
done
echo -e "${NC}"
__res=1
fi
done
exitfun