From: Luca Boccassi Date: Mon, 17 Jun 2024 14:37:43 +0000 (+0100) Subject: test: use 'auto' instead of 'uefi' for automated fallback X-Git-Tag: v257-rc1~1120^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80468db8fa21ffd07dc2f28c656eeaf8f0292367;p=thirdparty%2Fsystemd.git test: use 'auto' instead of 'uefi' for automated fallback mkosi will prefer UEFI if the architecture supports it, but fallback to 'linux' if it doesn't. --- diff --git a/test/TEST-06-SELINUX/meson.build b/test/TEST-06-SELINUX/meson.build index 7a850beb816..9261a49c49c 100644 --- a/test/TEST-06-SELINUX/meson.build +++ b/test/TEST-06-SELINUX/meson.build @@ -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, }, ]