feat: Merge branch 'parser' into dev

This commit is contained in:
Gu://em_ 2026-01-30 21:32:57 +01:00
commit d6e6bfacf2
3 changed files with 61 additions and 29 deletions

View file

@ -251,7 +251,7 @@ summarize() {
# Print
echo -e $BWhite "\n\n""===========" $UWhite"Summary"$Color_Off "\n"
echo -e " Passed $coverage_color$passed_tests/$total_tests$Color_Off tests ($coverage_color$tests_percentage$Color_Off%)"
echo -e " Passed $coverage_color$passed_tests/$total_tests$Color_Off tests ($coverage_color$tests_percentage%$Color_Off)"
echo -e " Got $timeouts_color$timeouts_count timeout(s)$Color_Off"
if [ "$OUTPUT_FILE" != "" ]; then
echo $tests_percentage > "$OUTPUT_FILE";