mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 14:40:31 +00:00
tests: run qemu with cpu_reset,guest_errors debug messages
Attempt to gather more information to debug https://github.com/systemd/systemd/issues/38240
This commit is contained in:
@@ -615,6 +615,10 @@ def main() -> None:
|
||||
*(['--', '--capability=CAP_BPF'] if not vm else []),
|
||||
] # fmt: skip
|
||||
|
||||
# XXX: debug for https://github.com/systemd/systemd/issues/38240
|
||||
if vm:
|
||||
cmd += ['--qemu-args=-d cpu_reset,guest_errors -D /dev/stderr']
|
||||
|
||||
try:
|
||||
result = subprocess.run(cmd)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user