mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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);
|
my ($need_ndbcluster,$need_im);
|
||||||
foreach my $test (@$tests)
|
foreach my $test (@$tests)
|
||||||
{
|
{
|
||||||
|
next if $test->{skip};
|
||||||
|
|
||||||
$need_ndbcluster||= $test->{ndb_test};
|
$need_ndbcluster||= $test->{ndb_test};
|
||||||
$need_im||= $test->{component_id} eq 'im';
|
$need_im||= $test->{component_id} eq 'im';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user