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

kselftest: parse-output: fix matching 'skip' #446

Merged
merged 1 commit into from
Jun 27, 2023

Commits on Jun 27, 2023

  1. kselftest: parse-output: fix matching 'skip'

    Skip could only be matched on '# SKIP'. However, it can also be '# skip'
    or even '# skipped'.
    Without this patch the tests was reported as "pass" and not as "skip".
    
    Suggested-by: Matthieu Baerts <matthieu.baerts@tessares.net>
    Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
    roxell committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    b5df7d8 View commit details
    Browse the repository at this point in the history