mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Skipp adding combinations for test tat already are skipped
This commit is contained in:
@ -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}) &&
|
||||
|
Reference in New Issue
Block a user