fix: pourcent

This commit is contained in:
Gu://em_ 2026-01-30 21:29:39 +01:00
parent b663655d53
commit 3794ee0253

View file

@ -251,7 +251,7 @@ summarize() {
# Print # Print
echo -e $BWhite "\n\n""===========" $UWhite"Summary"$Color_Off "\n" 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" echo -e " Got $timeouts_color$timeouts_count timeout(s)$Color_Off"
if [ "$OUTPUT_FILE" != "" ]; then if [ "$OUTPUT_FILE" != "" ]; then
echo $tests_percentage > "$OUTPUT_FILE"; echo $tests_percentage > "$OUTPUT_FILE";