Skip to content

Commit c769433

Browse files
author
Damien Nadé
committed
minor esthetic changes
1 parent 6502024 commit c769433

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

unittest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,10 @@ rm -Rf "$dir"
381381
TEST=failure parse_option_wrapper "custom type (2)" --option asdf
382382
)
383383

384+
printf "Report:\n"
384385
if [[ $disabled -ne 0 ]]
385386
then
386-
printf "%d disabled\n" "$disabled"
387+
printf "%d test(s) disabled.\n" "$disabled"
387388
fi
388389

389390
if [[ $errors -ne 0 ]]
@@ -399,5 +400,6 @@ then
399400
} 2>&1
400401
exit 1
401402
else
403+
printf "All tests passed.\n"
402404
exit 0
403405
fi

0 commit comments

Comments
 (0)