rustc-dev-guide
rustc-dev-guide copied to clipboard
How do I run a single test of libstd with --nocapture ?
It is unclear to me how to run a single test of libstd using --nocapture. I've tried --verbose and --test-args --nocapture without any luck.
Using
--test-args `-- --nocapture`
reveals that ./x.py passes the test runner a --quiet flag.