We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c70fe3 commit 66d95d4Copy full SHA for 66d95d4
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 69d6e0d208137de067f7ee29d053be0ef4005c47
+refs/heads/master: fda196769a2aad38d84c79a21e1d7d692364c502
trunk/src/test/compiletest/compiletest.rs
@@ -110,8 +110,9 @@ fn run_tests(config: &config) {
110
let opts = test_opts(config);
111
let cx = {config: config, procsrv: procsrv::mk()};
112
let tests = make_tests(cx);
113
- test::run_tests_console_(opts, tests.tests, tests.to_task);
+ let res = test::run_tests_console_(opts, tests.tests, tests.to_task);
114
procsrv::close(cx.procsrv);
115
+ if !res { fail "Some tests failed"; }
116
}
117
118
fn test_opts(config: &config) -> test::test_opts {
0 commit comments