-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Make --nocapture optional #12737
Copy link
Copy link
Closed
Labels
A-configconfigurationconfigurationA-idegeneral IDE featuresgeneral IDE featuresC-featureCategory: feature requestCategory: feature request
Description
Activity
Metadata
Metadata
Assignees
Labels
A-configconfigurationconfigurationA-idegeneral IDE featuresgeneral IDE featuresC-featureCategory: feature requestCategory: feature request
When running tests, rust-analyzer unconditionally adds
--nocaptureto the test arguments. I would like this to be optional, because using--nocaptureleads to sometimes-unreadable interleaved output, especially when two tests fail simultaneously, or when successful tests are producing verbose output intended to be read only if the test fails.