rustc-dev-guide icon indicating copy to clipboard operation
rustc-dev-guide copied to clipboard

How do I run a single test of libstd with --nocapture ?

Open gnzlbg opened this issue 6 years ago • 4 comments

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.

gnzlbg avatar Jan 23 '19 13:01 gnzlbg