openminds / bunka

Parallel ssh commands over chef servers with rspec-like output. Bunka uses the exit codes of a command to determine whether it qualifies as a success or failure.
MIT License
10 stars 2 forks source link

Bunka will assume positive execution when there is no stderr. #8

Open vncntvandriessche opened 9 years ago

vncntvandriessche commented 9 years ago

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