]> git.lizzy.rs Git - rust.git/commit
auto merge of #11601 : dguenther/rust/fix_test_summary, r=brson
authorbors <bors@rust-lang.org>
Fri, 17 Jan 2014 12:11:46 +0000 (04:11 -0800)
committerbors <bors@rust-lang.org>
Fri, 17 Jan 2014 12:11:46 +0000 (04:11 -0800)
commit7d75bbf50ddcf076d3cf294501346293060c5735
treedce8b453104085b367e7063deece14fe013515e5
parent93fb12e3d0644f6a8ddfa2ac1d6b0a1d8341e287
parent8f4edf9bf889bbb1f7bfb5bac4d0c825d2d5374d
auto merge of #11601 : dguenther/rust/fix_test_summary, r=brson

The test run summary currently prints the wrong number of tests run. This PR fixes it by adding a newline to the log output, and also adds support for counting bench runs.

Closes #11381