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

Add support for silencing only one of the outputs of a test #1707

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 12, 2024

  1. Add support for silencing only one of the outputs of a test

    The old syntax is still supported, the new complete syntax is:
     - "{value}":                         where value is one of [immediate, immediate-final, final, never]
     - "{stream}={value}":                where {stream} is one of [stdout, stderr]
     - "{stream}={value},{stream=value}": where the two {stream} keys cannot be the same
    
    For tests where the output is combined (currently only used for
    libtest-json output), only the stdout value is used.
    
    There is a small regression where the CLI won't suggest values that
    are close to the incorrect input, i.e. if you input 'imediate' it won't
    suggest 'immediate'.
    Kriskras99 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    10f3da9 View commit details
    Browse the repository at this point in the history