mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Skipp adding combinations for test tat already are skipped
This commit is contained in:
parent
4b3b3bb21a
commit
a216016255
1 changed files with 3 additions and 0 deletions
|
@ -430,6 +430,9 @@ sub collect_one_suite($)
|
|||
{
|
||||
foreach my $test (@cases)
|
||||
{
|
||||
|
||||
next if ( $test->{'skip'} );
|
||||
|
||||
# Skip this combination if the values it provides
|
||||
# already are set in master_opt or slave_opt
|
||||
if (My::Options::is_set($test->{master_opt}, $comb->{comb_opt}) &&
|
||||
|
|
Loading…
Add table
Reference in a new issue