Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-12-04 12:37:51+01:00, msvensson@stripped +2 -0
5.1 should have more suites
mysql-test/lib/mtr_report.pl@stripped, 2007-12-04 12:37:48+01:00, msvensson@stripped
+0 -3
5.1 should show the full suite name
mysql-test/mysql-test-run.pl@stripped, 2007-12-04 12:37:48+01:00, msvensson@stripped
+1 -1
5.1 should have more suites
diff -Nrup a/mysql-test/lib/mtr_report.pl b/mysql-test/lib/mtr_report.pl
--- a/mysql-test/lib/mtr_report.pl 2007-11-08 14:04:45 +01:00
+++ b/mysql-test/lib/mtr_report.pl 2007-12-04 12:37:48 +01:00
@@ -42,9 +42,6 @@ sub mtr_report_test_name ($) {
my $tinfo= shift;
my $tname= $tinfo->{name};
- # Remove suite part of name
- $tname =~ s/.*\.//;
-
_mtr_log("$tname");
printf "%-30s ", $tname;
}
diff -Nrup a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
--- a/mysql-test/mysql-test-run.pl 2007-11-08 14:41:28 +01:00
+++ b/mysql-test/mysql-test-run.pl 2007-12-04 12:37:48 +01:00
@@ -80,7 +80,7 @@ our $opt_vs_config = $ENV{'MTR_VS_CONFIG
our $default_vardir;
our $opt_usage;
-our $opt_suites= "main";
+our $opt_suites= "main,binlog,rpl,ndb,rpl_ndb";
our $opt_verbose= 0; # Verbose output, enable with --verbose
| Thread |
|---|
| • bk commit into 5.1 tree (msvensson:1.2523) | msvensson | 4 Dec |