We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
resume_following_ctrl_c
https://github.com/trailofbits/necessist/actions/runs/7491845342/job/20394001969#step:9:443
I think maybe we should wait for this line to be written to the console before sending SIGINT:
SIGINT
examples/basic/src/lib.rs:4:5-4:12: `n += 1;` passed
Here is some related code from test-fuzz we might borrow from: https://github.com/trailofbits/test-fuzz/blob/5a8b0595d21d3260e5c7e2a7fd2a1b2a05f0be55/cargo-test-fuzz/src/lib.rs#L440-L462
test-fuzz
The text was updated successfully, but these errors were encountered:
Fix trailofbits#949
027c47b
2566c1f
Fix #949
3e60f03
This should be fixed by #957.
Sorry, something went wrong.
No branches or pull requests
https://github.com/trailofbits/necessist/actions/runs/7491845342/job/20394001969#step:9:443
I think maybe we should wait for this line to be written to the console before sending
SIGINT
:Here is some related code from
test-fuzz
we might borrow from: https://github.com/trailofbits/test-fuzz/blob/5a8b0595d21d3260e5c7e2a7fd2a1b2a05f0be55/cargo-test-fuzz/src/lib.rs#L440-L462The text was updated successfully, but these errors were encountered: