Add needles and code to complete anaconda_help test suite #76

Merged
tcooper merged 4 commits from issue_8 into develop 2022-02-04 00:25:03 +00:00
Showing only changes of commit a723b206de - Show all commits

View File

@ -12,7 +12,7 @@ sub run {
my $packageset = get_var('PACKAGE_SET', 'minimal'); my $packageset = get_var('PACKAGE_SET', 'minimal');
if ($packageset eq 'default' || get_var('MODULAR')) { if ($packageset eq 'default' || get_var('MODULAR')) {
# we can't or don't want to check the selected package set in these cases # we can't or don't want to check the selected package set in these cases
return if (get_var('CANNED') || get_var('LIVE') || get_var('MEMCHECK')); return if (get_var('CANNED') || get_var('LIVE') || get_var('MEMCHECK') || (get_var('DISTRI') eq 'Rocky'));
$self->root_console; $self->root_console;
my $env = 'custom-environment'; my $env = 'custom-environment';
if (get_var('SUBVARIANT') eq 'Server') { if (get_var('SUBVARIANT') eq 'Server') {