feat: Merge branch 'parser' into dev
This commit is contained in:
commit
d6e6bfacf2
3 changed files with 61 additions and 29 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue