mirror of
https://gitlab.com/manzerbredes/i3-colors.git
synced 2025-04-09 22:56:58 +00:00
Debug tests runner
This commit is contained in:
parent
bbe92b2bda
commit
99d6a99d03
1 changed files with 4 additions and 2 deletions
|
@ -68,8 +68,10 @@ then
|
|||
echo -e "\n===== STATS ====="
|
||||
echo "${nb_pass} pass"
|
||||
echo "${nb_fail} fails"
|
||||
|
||||
[ ${nb_fail} -gt 0 ] && exit 1
|
||||
if [ ${nb_fail} -gt 0 ]
|
||||
then
|
||||
exit 1
|
||||
fi
|
||||
else
|
||||
echo "Reset done."
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue