From: Bjorn Munch Date: March 8 2011 7:15pm Subject: bzr commit into mysql-trunk-mtr branch (bjorn.munch:3044) List-Archive: http://lists.mysql.com/commits/132630 Message-Id: <201103081915.p28JFAxU011604@khepri15.norway.sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #At file:///home/bm136801/my/mtr-tr/ based on revid:bjorn.munch@stripped 3044 Bjorn Munch 2011-03-08 [merge] Add extra line after unit test report in MTR modified: mysql-test/mysql-test-run.pl === modified file 'mysql-test/mysql-test-run.pl' --- a/mysql-test/mysql-test-run.pl 2011-03-08 09:48:07 +0000 +++ b/mysql-test/mysql-test-run.pl 2011-03-08 19:14:42 +0000 @@ -509,7 +509,10 @@ sub main { $opt_gcov_msg, $opt_gcov_err); } - print "$ctest_report\n" if $ctest_report; + if ($ctest_report) { + print "$ctest_report\n"; + mtr_print_line(); + } print_total_times($opt_parallel) if $opt_report_times; @@ -5760,7 +5763,7 @@ sub run_ctest() { $tinfo->{comment}.= "\nctest did not pruduce report summary" if ! $ctres; $tinfo->{result}= ($ctres && !$ctfail) ? 'MTR_RES_PASSED' : 'MTR_RES_FAILED'; - $ctest_report .= "Report from unit tests in $ctfile\n"; + $ctest_report .= "Report from unit tests in $ctfile"; $tinfo->{failures}= ($tinfo->{result} eq 'MTR_RES_FAILED'); mark_time_used('test'); No bundle (reason: revision is a merge).