sstephenson / bats

Bash Automated Testing System
MIT License
7.12k stars 518 forks source link

Provide --log=<filename> #182

Open Nachtfeuer opened 7 years ago

Nachtfeuer commented 7 years ago

When I see a test failing I can't see the outputs and the status provided by the tested scripts. It would be great when on each call of "run" the $output and the $status is written to a logfile that can be used in Jenkins to be archived so that a developer can check what was going on. Here the feature request in details:

ztombol commented 7 years ago

This seems like two different problems.