]> git.lizzy.rs Git - rust.git/commit
extra: Capture stdout/stderr of tests by default
authorAlex Crichton <alex@alexcrichton.com>
Wed, 12 Feb 2014 18:25:09 +0000 (10:25 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 14 Feb 2014 15:46:29 +0000 (07:46 -0800)
commitee2a888860ea496b5a972ed35fb742b4ae008233
tree249171a9397fb0a961bb7d19dff6f25e8f587ac1
parent665555d58f2aa3c1d8aecd7b34392bde6c41b20d
extra: Capture stdout/stderr of tests by default

When tests fail, their stdout and stderr is printed as part of the summary, but
this helps suppress failure messages from #[should_fail] tests and generally
clean up the output of the test runner.
src/compiletest/header.rs
src/compiletest/runtest.rs
src/libextra/test.rs
src/libstd/io/comm_adapters.rs
src/test/run-fail/run-unexported-tests.rs
src/test/run-fail/test-fail.rs