sstephenson / bats

Bash Automated Testing System
MIT License
7.13k stars 517 forks source link

option to let stderr show through even when test is successful? #96

Open floer32 opened 9 years ago

floer32 commented 9 years ago

It seems like the stderr is captured and suppressed when the test is successful. Shouldn't there be a command flag to show it even upon success? For now, I have to force a fake failure to see the stderr.

benlarjo commented 9 years ago

I'm still be prevented from opening Program

floer32 commented 9 years ago

?

harschware commented 8 years ago

PR #149 addresses this I believe

floer32 commented 8 years ago

Nice!