]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Revert "tests: run qemu with cpu_reset,guest_errors debug messages" 40138/head
authorLuca Boccassi <luca.boccassi@gmail.com>
Thu, 18 Dec 2025 17:51:07 +0000 (17:51 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 18 Dec 2025 17:51:07 +0000 (17:51 +0000)
This reverts commit b169c7512c9cf3ac8eb2b15141e0b9fab9e8961e.

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

index f7d7807a68c304e5d67fb99ff7498fff5a24f17d..0bbfb6044d434000aeae7d495789105da646b5bc 100755 (executable)
@@ -615,10 +615,6 @@ 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)