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: suppress ERROR messages when irrelevant to the test result #6063

Merged
merged 1 commit into from
Mar 28, 2024

Commits on Mar 20, 2024

  1. test: suppress ERROR messages when irrelevant to the test result

    Suppress *ERROR* messages from stderr in tests that verify faulty
    situation based on function return value and errno value.
    These tests ignore stderr/stdout at all.
    This is to avoid a lot of unnecessary messages on the screen during
    tests execution.
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    478a79e View commit details
    Browse the repository at this point in the history