compiletest failing tests aren't that noisy by default by oriongonza · Pull Request #131182 · rust-lang/rust (original) (raw)
That sounds reasonable to me. I would prefer this, like the diff tool, to be an option that's configurable from bootstrap config.toml
, something like:
config.toml
[test]
Verbose command output is enabled-by-default, but you can toggle it off
if you don't need the verbose command invocation.
verbose-command-invocation = true
Specifically I would prefer that the current verbose command invocation is shown-by-default, but offer an option to hide that if for some reason you don't need it.