]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
TEST-18-FAILUREACTION: Set auto firmware
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 28 Jun 2024 14:21:51 +0000 (16:21 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 28 Jun 2024 14:23:25 +0000 (16:23 +0200)
This test runs in nspawn by default but will still run in qemu when
tests are run unprivileged so make sure we use UEFI if available to
avoid hangs when using the linux firmware.

test/TEST-18-FAILUREACTION/meson.build

index 8dec5f37e73a80d31833a772fa16883b02a07615..ee96008d4abeb26f5a5952fbb8a28f31901af8a4 100644 (file)
@@ -3,5 +3,8 @@
 integration_tests += [
         integration_test_template + {
                 'name' : fs.name(meson.current_source_dir()),
+                # FIXME: Figure out why reboot sometimes hangs with 'linux' firmware.
+                # Use 'auto' to automatically fallback on non-uefi architectures.
+                'firmware' : 'auto',
         },
 ]