]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: use 'auto' instead of 'uefi' for automated fallback
authorLuca Boccassi <bluca@debian.org>
Mon, 17 Jun 2024 14:37:43 +0000 (15:37 +0100)
committerLuca Boccassi <bluca@debian.org>
Mon, 17 Jun 2024 14:52:50 +0000 (15:52 +0100)
mkosi will prefer UEFI if the architecture supports it, but fallback
to 'linux' if it doesn't.

test/TEST-06-SELINUX/meson.build

index 7a850beb816021e7a9a05f0d1c2c66c239218632..9261a49c49c359ba176e60e52d756a023defc8bf 100644 (file)
@@ -5,7 +5,8 @@ integration_tests += [
                 'name' : fs.name(meson.current_source_dir()),
                 'cmdline' : integration_test_template['cmdline'] + ['selinux=1', 'lsm=selinux'],
                 # FIXME; Figure out why reboot sometimes hangs with 'linux' firmware.
-                'firmware' : 'uefi',
+                # Use 'auto' to automatically fallback on non-uefi architectures.
+                'firmware' : 'auto',
                 'vm' : true,
         },
 ]