Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_runner: don't parse TAP from stderr #45618

Merged
merged 1 commit into from Dec 2, 2022

Commits on Nov 25, 2022

  1. test_runner: don't parse TAP from stderr

    This commit stops the test runner CLI from parsing child
    process stderr as TAP. Per the TAP spec, TAP can only come from
    stdout. To avoid losing stderr data, those logs are injected
    into the parser as unknown tokens so that they are output as
    comments.
    cjihrig committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    58e5382 View commit details
    Browse the repository at this point in the history