denmat

Results 2 comments of denmat

Yeah, this had/has me stumped too. I can't see any output from failed commands unless I comment out: ``` chan.on_request("exit-status") do |ch, data| # cmd.stdout = '' # cmd.stderr =...

this gets me what I want after using the #86 code base. ``` begin on(@AGENTS, in: :parallel) do |agent| capture "sudo puppet agent --test --environment fixing_test_env ", raise_on_non_zero_exit: true end...