You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: