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

Check program stdout, stderr against a regular expression #6

Closed
langston-barrett opened this issue Oct 31, 2022 · 0 comments · Fixed by #45
Closed

Check program stdout, stderr against a regular expression #6

langston-barrett opened this issue Oct 31, 2022 · 0 comments · Fixed by #45
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@langston-barrett
Copy link
Owner

It is faster to check a program's stdout or stderr against a regex natively in Rust, rather than to use a Bash script and grep to do so. We should implement --interesting-stdout-regex and --interesting-stderr-regex for this purpose, similar to --interesting-exit-code.

@langston-barrett langston-barrett added help wanted Extra attention is needed good first issue Good for newcomers labels Oct 31, 2022
This was referenced Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant