Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Don't write TAP header until TAP output is available #2

Open
vweevers opened this issue Oct 31, 2016 · 0 comments
Open

Don't write TAP header until TAP output is available #2

vweevers opened this issue Oct 31, 2016 · 0 comments
Assignees

Comments

@vweevers
Copy link
Collaborator

If you run non-tap tools (like dependency-check, jshint, etc) before the tap tests, their output (stderr, maybe stdout too provided that tap-parser does not wait for the header) should not interject tap output. It's esp. ugly with reporters like faucet, that swallow the header:

# TAP version 13
garbled non-tap output here..✓ first test
✓ second test
✓ etc

it should be:

non-tap output here..
✓ first test
✓ second test
✓ etc
@vweevers vweevers self-assigned this Oct 31, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant