Skip to content

Commit

Permalink
Add missing variables to allow execution
Browse files Browse the repository at this point in the history
should_use_runargs function was missing variables of some tests
which were actually within apropriate check so tests were not executable
  • Loading branch information
asmorodskyi committed Jan 10, 2025
1 parent ceb7d91 commit 0953bfa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/main_publiccloud.pm
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ my $should_use_runargs = sub {
PUBLIC_CLOUD_SMOKETEST
PUBLIC_CLOUD_AZURE_NFS_TEST
PUBLIC_CLOUD_NVIDIA
PUBLIC_CLOUD_NETCONFIG);
PUBLIC_CLOUD_NETCONFIG
PUBLIC_CLOUD_AHB
PUBLIC_CLOUD_NEW_INSTANCE_TYPE);
return grep { exists $bmwqemu::vars{$_} } @public_cloud_variables;
};

Expand Down

0 comments on commit 0953bfa

Please sign in to comment.