-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
I'm assuming here that --mute
was added to suppress the output from scripts under coverage
bashcov generates some output of its own, like the "Run completed using ..." at the end of its execution. There is no bashcov switch to suppress such output (amongst others)
Scenario:
This would be useful in tests which execute shell script and verify stdout/stderr. The script-under-test's invocation could be prefixed with bashcov with a suppress switch; thus gathering coverage without breaking any existing stdout/stderr based validation.
aabccd021