-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Description
cargo 0.17.0-nightly (740f9c0 2016-12-29)
We should be able to silence the test runner's stdout via --quiet
like build
and clean
's --quiet
flag, but alas this is not currently done.
tmba:sentinel thill $ cargo test --quiet -- quiet
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured
tmba:sentinel thill $ cargo test --quiet
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured
Metadata
Metadata
Assignees
Labels
No labels