-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Cannot silence test runner #38758
Comments
Seems reasonable for |
But
|
Why doesn't it? It's displaying zero dots for the zero tests it ran. |
I feel like ultimately -qq could silence test runs completely and just return the exit code; or perhaps we could have an |
Even with
With It would be nice to merge all the blocks instead, to eliminate the useless noise (and make
|
I agree that an even quieter setting would be valuable. I would like to see a PR with an implementation. In general there is a lot of room for improvement in the |
Triage: no changes |
IRC Logs
We should be able to silence the test runner's stdout via
--quiet
likebuild
andclean
's--quiet
flag, but alas this is not currently done.ref: rust-lang/cargo#3482
The text was updated successfully, but these errors were encountered: