1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-26 01:44:06 +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 3e6f1f2763
commit 82f3628eca
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";