add stats

This commit is contained in:
Tobias Powalowski 2024-07-14 11:29:23 +02:00
parent 1fd20a44bb
commit c3e486698f

View file

@ -170,9 +170,9 @@ archboot-not-installed.sh &>>"${_LOG}"
_result not-installed.txt
echo "\e[1mResult:\e[m"
if [[ -z "${_TEST_FAIL}" ]]; then
echo "\e[1;94m=> \e[1;92mAll tests finished successfully.\e[m"
echo -e "\e[1;94m=> \e[1;92mAll tests finished successfully.\e[m"
else
echo "\e[1;94m=> \e[1;91mAn error was detected. Please check the corresponding log files.\e[m"
echo -e "\e[1;94m=> \e[1;91mAn error was detected. Please check the corresponding log files.\e[m"
exit 1
fi
# vim: set ft=sh ts=4 sw=4 et: