mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03: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:
@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user