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

option to silence cargo miri run executable output #2083

Closed
matthiaskrgr opened this issue Apr 25, 2022 · 0 comments · Fixed by #2084
Closed

option to silence cargo miri run executable output #2083

matthiaskrgr opened this issue Apr 25, 2022 · 0 comments · Fixed by #2084
Labels
A-shims Area: This affects the external function shims C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement E-good-first-issue A good way to start contributing, mentoring is available

Comments

@matthiaskrgr
Copy link
Member

cargo miri run usually prints panics and so on of the executable that it is running (caused by panics, asserts etc)
It would be nice if we could silence/hide that with a command line flag for easier automatic detection of "actual" miri panics/ub etc.

@RalfJung RalfJung added C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement A-shims Area: This affects the external function shims E-good-first-issue A good way to start contributing, mentoring is available labels Apr 25, 2022
@bors bors closed this as completed in 36c274a May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-shims Area: This affects the external function shims C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement E-good-first-issue A good way to start contributing, mentoring is available
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants