#At file:///home/msvensson/mysql/tmp/HC4CBWALgZ/7.1/ based on revid:martin.skold@strippede1h1ocs1
3767 Magnus Blåudd 2010-08-24 [merge]
Merge 7.0 -> 7.1
modified:
mysql-test/mysql-test-run.pl
=== modified file 'mysql-test/mysql-test-run.pl'
--- a/mysql-test/mysql-test-run.pl 2010-08-02 11:52:42 +0000
+++ b/mysql-test/mysql-test-run.pl 2010-08-24 07:07:15 +0000
@@ -131,6 +131,7 @@ our $opt_vs_config = $ENV{'MTR_VS_CONFIG
my $DEFAULT_SUITES= "ndb,ndb_binlog,rpl_ndb,main,binlog,federated,rpl,innodb,ndb_team";
my $opt_suites;
+my $opt_extra_suites;
our $opt_verbose= 0; # Verbose output, enable with --verbose
our $exe_mysql;
@@ -311,6 +312,12 @@ sub main {
}
}
}
+ if ($opt_extra_suites)
+ {
+ # Append --extra-suites to --suites
+ $opt_suites= "$opt_suites,$opt_extra_suites";
+ }
+ mtr_report("opt_suites: $opt_suites");
mtr_report("Collecting tests...");
my $tests= collect_test_cases($opt_reorder, $opt_suites, \@opt_cases);
@@ -835,6 +842,7 @@ sub command_line_setup {
'with-ndbcluster-only' => \&collect_option,
'skip-ndbcluster|skip-ndb' => \$opt_skip_ndbcluster,
'suite|suites=s' => \$opt_suites,
+ 'extra-suites=s' => \$opt_extra_suites,
'skip-rpl' => \&collect_option,
'skip-test=s' => \&collect_option,
'do-test=s' => \&collect_option,
@@ -5465,6 +5473,8 @@ Options to control what test suites or c
Collect tests in suites from the comma separated
list of suite names.
The default is: "$DEFAULT_SUITES"
+ extra-suites[s]=NAME1,...,NAMEN
+ List of additional suites to collect tests from
skip-rpl Skip the replication test cases.
big-test Also run tests marked as "big"
enable-disabled Run also tests marked as disabled
Attachment: [text/bzr-bundle] bzr/magnus.blaudd@sun.com-20100824070715-h3c1p8s55uo2h27s.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-7.1 branch (magnus.blaudd:3767) | Magnus Blåudd | 24 Aug |