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).
| Thread |
|---|
| • bzr push into mysql-trunk-mtr branch (bjorn.munch:3035 to 3036) | Bjorn Munch | 1 Mar |