mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-12-19 23:25:58 +00:00
os_release: add i3 variant pair
Since we switched to building i3 with Kiwi (I think), it's being properly identified, so we need to add it here for the test to pass. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
7cbdf4efb1
commit
0d68d79d12
@ -103,6 +103,7 @@ sub run {
|
||||
KDE => ["kde", "KDE Plasma Desktop Edition"],
|
||||
Silverblue => ["silverblue", "Silverblue"],
|
||||
IoT => ["iot", "IoT Edition"],
|
||||
i3 => ["i3", "i3"],
|
||||
);
|
||||
if (exists($variants{$subvariant})) {
|
||||
($variant_id, $variant) = @{$variants{$subvariant}};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user