Open
Description
Would it be possible to add a way to revert back to the old behavior? For cg_clif this makes testing the rustc test suite very verbose. I have to use
--nocapture
to see any test failures in the first place aspanic=abort
means that without it compiletest aborts before it gets a chance to print the test failures, but I would like to not have my terminal getting spammed with the output of all passing tests.
Originally posted by @bjorn3 in #134111 (comment)
Metadata
Metadata
Assignees
Labels
Area: The compiletest test runnerArea: port run-make Makefiles to rmake.rsArea: test infrastructure (may span bootstrap/compiletest/more)Category: This is a bug.Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Projects
Status
Backlog