alexcrichton opened PR #1592 from capture
to master
:
This removes the
--nocapture
argument from Rust tests which enables
capturing the output of tests by default, only printing the output if
the test fails. I've seen that this otherwise seems to largely just dump
a very large amount of information to CI and makes it difficult to
diagnose a failure quickly from CI logs since you have to search
backwards to find the reason something failed.
peterhuene submitted PR Review.
alexcrichton merged PR #1592.
Last updated: Nov 22 2024 at 16:03 UTC