1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug #42988 MTR2's --help output does not document --parallel

Several options were not documented
Added missing options and removed a few
Fixed use of --skip-combinations
This commit is contained in:
Bjorn Munch
2009-05-12 14:53:46 +02:00
parent a504857e66
commit 2f9155296d
2 changed files with 18 additions and 5 deletions

View File

@ -33,7 +33,7 @@ our $print_testcases;
our $skip_rpl;
our $do_test;
our $skip_test;
our $opt_skip_combination;
our $skip_combinations;
our $binlog_format;
our $enable_disabled;
our $default_storage_engine;
@ -386,7 +386,7 @@ sub collect_one_suite($)
# Read combinations for this suite and build testcases x combinations
# if any combinations exists
# ----------------------------------------------------------------------
if ( ! $opt_skip_combination )
if ( ! $skip_combinations )
{
my @combinations;
my $combination_file= "$suitedir/combinations";