]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tests: run qemu with cpu_reset,guest_errors debug messages 40028/head
authorLuca Boccassi <luca.boccassi@gmail.com>
Mon, 8 Dec 2025 12:06:24 +0000 (12:06 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 8 Dec 2025 12:08:40 +0000 (12:08 +0000)
Attempt to gather more information to debug https://github.com/systemd/systemd/issues/38240

test/integration-tests/integration-test-wrapper.py

index 0bbfb6044d434000aeae7d495789105da646b5bc..f7d7807a68c304e5d67fb99ff7498fff5a24f17d 100755 (executable)
@@ -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)