-
Notifications
You must be signed in to change notification settings - Fork 517
add --log functionality #123
base: master
Are you sure you want to change the base?
Conversation
- TODO: add an option that controls this
- why: sometimes the first command will error and old logging method masked the error message. - downside: no output will still show a blank line - do a chomp? - still doesn't get rid of headers if there's no output
@sstephenson and @lzap, any thoughts? Thanks, |
An example of the output is below. test.bats
output in /tmp/bats.log from running
/tmp/bats.log output from running
|
Hmm looks good, if there is chance of having an extra option(s) to configure bats to output to STDOUT, could be helpful too. |
really helpful feature! Can't imagine develop bash testing without (STDOUT) |
Our team uses BATS, and has been struggling with STDOUT being gobbled by BATS. It seems to me the most useful solution is to have BATS have an option to write TAP output to a file, instead of STDOUT, and just let STDOUT alone so anything written to STDOUT by any process or sub-process proceeds as normal. |
Any chance this will be merged? |
report from sstephenson/bats#123
report from sstephenson/bats#123
report from sstephenson/bats#123
report from sstephenson/bats#123
report from sstephenson/bats#123
report from sstephenson/bats#123
Makes appveyor version semver compliant
a continuation of work done in lzap@9f6cc69
Please let me know if you'd like this squashed.
Thanks,
Andy