From: Luca Boccassi Date: Thu, 18 Dec 2025 17:51:07 +0000 (+0000) Subject: Revert "tests: run qemu with cpu_reset,guest_errors debug messages" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84079cd158bff31ffea27ef265e7da832652ea0f;p=thirdparty%2Fsystemd.git Revert "tests: run qemu with cpu_reset,guest_errors debug messages" This reverts commit b169c7512c9cf3ac8eb2b15141e0b9fab9e8961e. --- diff --git a/test/integration-tests/integration-test-wrapper.py b/test/integration-tests/integration-test-wrapper.py index f7d7807a68c..0bbfb6044d4 100755 --- a/test/integration-tests/integration-test-wrapper.py +++ b/test/integration-tests/integration-test-wrapper.py @@ -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)