From: Bjorn Munch Date: February 28 2011 3:16pm Subject: bzr push into mysql-5.5-mtr branch (bjorn.munch:3175 to 3176) List-Archive: http://lists.mysql.com/commits/132132 Message-Id: <201102281516.p1SFG18N025997@khepri15.norway.sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3176 Bjorn Munch 2011-02-28 [merge] Attempt at solving missing end of mtr output on Windows modified: mysql-test/lib/mtr_report.pm 3175 Bjorn Munch 2011-02-25 mtr: ignore not finding ctest if in PB2 modified: mysql-test/mysql-test-run.pl === modified file 'mysql-test/lib/mtr_report.pm' --- a/mysql-test/lib/mtr_report.pm 2011-02-21 12:56:43 +0000 +++ b/mysql-test/lib/mtr_report.pm 2011-02-28 15:11:53 +0000 @@ -32,6 +32,7 @@ our @EXPORT= qw(report_option mtr_print_ use mtr_match; use My::Platform; use POSIX qw[ _exit ]; +use IO::Handle qw[ flush ]; require "mtr_io.pl"; my $tot_real_time= 0; @@ -487,6 +488,7 @@ sub mtr_warning (@) { # Print error to screen and then exit sub mtr_error (@) { + IO::Handle::flush(\*STDOUT) if IS_WINDOWS; print STDERR _name(). _timestamp(). "mysql-test-run: *** ERROR: ". join(" ", @_). "\n"; if (IS_WINDOWS) No bundle (reason: useless for push emails).