mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
When calculating what features to use for _this_ test run, don't look at test that already are deterined to be skipped
This commit is contained in:
parent
947d219d1b
commit
3f46c5cdbd
1 changed files with 2 additions and 0 deletions
|
@ -391,6 +391,8 @@ sub main () {
|
|||
my ($need_ndbcluster,$need_im);
|
||||
foreach my $test (@$tests)
|
||||
{
|
||||
next if $test->{skip};
|
||||
|
||||
$need_ndbcluster||= $test->{ndb_test};
|
||||
$need_im||= $test->{component_id} eq 'im';
|
||||
|
||||
|
|
Loading…
Reference in a new issue