Skipp adding combinations for test tat already are skipped

This commit is contained in:
unknown 2008-01-08 21:26:55 +01:00
parent 4b3b3bb21a
commit a216016255

View file

@ -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}) &&