Add needles and code to complete anaconda_help test suite #76
@ -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') {
|
||||||
|
Loading…
Reference in New Issue
Block a user