From 14bbfaaa3c1f05bce9fc058f918002fa6e1e2071 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 7 Nov 2017 12:44:52 -0800 Subject: [PATCH] Skip software selection on Modular until it's any use With current Modular composes it does nothing. --- tests/_software_selection.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_software_selection.pm b/tests/_software_selection.pm index 64aa2aa0..10f0eb3e 100644 --- a/tests/_software_selection.pm +++ b/tests/_software_selection.pm @@ -8,7 +8,7 @@ sub run { # Select package set. Minimal is the default, if 'default' is specified, skip selection. my $packageset = get_var('PACKAGE_SET', 'minimal'); - if ($packageset eq 'default') { + if ($packageset eq 'default' || get_var('MODULAR')) { return }