#At file:///home/bm136801/my/system-tr/ based on revid:bjorn.munch@stripped
3042 Bjorn Munch 2011-03-08
Undo debug change to run_ctest 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-01 11:49:58 +0000
+++ b/mysql-test/mysql-test-run.pl 2011-03-08 09:48:07 +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 -V -R regex* $ctest_vs 2>&1`;
+ my $ctest_out= `ctest $ctest_vs 2>&1`;
if ($? == $no_ctest && $opt_ctest == -1 && ! defined $ENV{PB2WORKDIR}) {
chdir($olddir);
return;
Attachment: [text/bzr-bundle] bzr/bjorn.munch@oracle.com-20110308094807-cex4e456q9zad115.bundle
| Thread |
|---|
| • bzr commit into mysql-trunk-mtr branch (bjorn.munch:3042) | Bjorn Munch | 8 Mar |