We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6502024 commit c769433Copy full SHA for c769433
unittest
@@ -381,9 +381,10 @@ rm -Rf "$dir"
381
TEST=failure parse_option_wrapper "custom type (2)" --option asdf
382
)
383
384
+printf "Report:\n"
385
if [[ $disabled -ne 0 ]]
386
then
- printf "%d disabled\n" "$disabled"
387
+ printf "%d test(s) disabled.\n" "$disabled"
388
fi
389
390
if [[ $errors -ne 0 ]]
@@ -399,5 +400,6 @@ then
399
400
} 2>&1
401
exit 1
402
else
403
+ printf "All tests passed.\n"
404
exit 0
405
0 commit comments