When running a command in bunka which has it's stderr pulled into e.g. /dev/null, bunka will mark the runs as succeeded, regardless of return code. ``` <somecommand> 1>&2 /dev/null ```