mirror of
https://github.com/systemd/systemd.git
synced 2025-02-08 09:57:41 +03:00
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. (cherry picked from commit f392be9e7756268fc1b9d5204adc642bee10c8fa)
11 lines
387 B
Meson
11 lines
387 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
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',
|
|
},
|
|
]
|