diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-08-17 12:58:19 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-08-17 12:58:19 -0700 |
| commit | bfc45834c110f7f021daffefcc2290c9133d6139 (patch) | |
| tree | f118b4e34011fd02304017a269f122603623ddd4 /src/rustllvm/RustWrapper.cpp | |
| parent | a49d9bab1e79d44321e6a8e1a8cb81a4ffa6bad9 (diff) | |
| download | rust-bfc45834c110f7f021daffefcc2290c9133d6139.tar.gz rust-bfc45834c110f7f021daffefcc2290c9133d6139.zip | |
test: Don't panic if some tests failed
This commit removes the call to `panic!("Some tests failed")` at the end of all
tests run when running with libtest. The panic is replaced with
`std::process::exit` to have a nonzero error code, but this change both:
1. Makes the test runner no longer print out the extraneous panic message at the
end of a failing test run that some tests failed. (this is already summarized
in the output of the test run).
2. When running tests with `RUST_BACKTRACE` set it removes an extraneous
backtrace from the output (only failing tests will have their backtraces in
the output.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
