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

[tests] search for fixed strings, not regexps #3320

Commits on Aug 6, 2023

  1. [tests] search for fixed strings, not regexps, by default

    Change grep_for_content to grep for a fixed string by default.
    
    The reason is tests would match 1a2b3c4 as IP address 1.2.3.4 (which it
    is not).
    
    Add regexp option to grep_for_content, to allow the default "grep" search.
    
    Resolves: sosreport#3320
    
    Signed-off-by: Pavel Moravec <[email protected]>
    pmoravec committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    7eb0ec9 View commit details
    Browse the repository at this point in the history