rust/src/compiletest
Alex Crichton 65f68dcf70 test: Add an option to not capture output
A new flag to the test runner, --nocapture, can be passed to instruct that the
output of tests should not be captured by default. The behavior can also be
triggered via a RUST_TEST_NOCAPTURE environment variable being set.

Closes #13374
2014-04-24 09:53:16 -07:00
..
common.rs compiletest: Switch field privacy where necessary 2014-03-31 15:47:37 -07:00
compiletest.rs test: Add an option to not capture output 2014-04-24 09:53:16 -07:00
errors.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
header.rs auto merge of #13553 : aochagavia/rust/pr, r=alexcrichton 2014-04-21 10:01:38 -07:00
procsrv.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
runtest.rs test: Add an option to not capture output 2014-04-24 09:53:16 -07:00
util.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00