From: Bjorn Munch Date: February 28 2011 3:14pm Subject: bzr commit into mysql-trunk-mtr branch (bjorn.munch:3035) List-Archive: http://lists.mysql.com/commits/132130 Message-Id: <201102281514.p1SFE2Rh025958@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 3035 Bjorn Munch 2011-02-28 [merge] Attempt at solving missing end of mtr output on Windows modified: mysql-test/lib/mtr_report.pm === 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: revision is a merge).