Name

mk_run_quiet_or_fail — Run a command quietly and abort on failure

Synopsis

mk_run_quiet_or_fail command...

Description

Like mk_run_or_fail, but suppresses all command output if the command succeeds. On failure, the output is displayed.