From: Bjorn Munch Date: March 1 2011 11:50am Subject: bzr push into mysql-trunk-mtr branch (bjorn.munch:3035 to 3036) List-Archive: http://lists.mysql.com/commits/132182 Message-Id: <201103011150.p21BojMj026423@khepri15.norway.sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3036 Bjorn Munch 2011-03-01 Temporarily turn on verbose for ctest in mtr modified: mysql-test/mysql-test-run.pl 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/mysql-test-run.pl' --- a/mysql-test/mysql-test-run.pl 2011-02-25 14:21:35 +0000 +++ b/mysql-test/mysql-test-run.pl 2011-03-01 11:49:58 +0000 @@ -5716,7 +5716,7 @@ sub run_ctest() { # Also silently ignore if we don't have ctest and didn't insist # Special override: also ignore in Pushbuild, some platforms may not have it # Now, run ctest and collect output - my $ctest_out= `ctest $ctest_vs 2>&1`; + my $ctest_out= `ctest -V -R regex* $ctest_vs 2>&1`; if ($? == $no_ctest && $opt_ctest == -1 && ! defined $ENV{PB2WORKDIR}) { chdir($olddir); return; No bundle (reason: useless for push emails).