From: Luca Boccassi Date: Thu, 18 Dec 2025 17:51:07 +0000 (+0000) Subject: Revert "tests: also add qemu shutdown trace debug logs to integration script" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6514ebf3351a287ceac579addeaf6e7e677ee5a;p=thirdparty%2Fsystemd.git Revert "tests: also add qemu shutdown trace debug logs to integration script" This reverts commit 9b42cc3b12c17a4b02d713b2ad499a74acecea1f. --- diff --git a/test/integration-tests/integration-test-wrapper.py b/test/integration-tests/integration-test-wrapper.py index 738fe60681b..f7d7807a68c 100755 --- a/test/integration-tests/integration-test-wrapper.py +++ b/test/integration-tests/integration-test-wrapper.py @@ -617,13 +617,7 @@ def main() -> None: # XXX: debug for https://github.com/systemd/systemd/issues/38240 if vm: - # Tracing is not supported in centos/fedora qemu builds - if summary.distribution in ('centos', 'fedora'): - cmd += ['--qemu-args=-d cpu_reset,guest_errors -D /dev/stderr'] - else: - cmd += [ - '--qemu-args=-d cpu_reset,guest_errors,trace:kvm_run_exit_system_event,trace:qemu_system_\*_request -D /dev/stderr' # noqa: E501 - ] + cmd += ['--qemu-args=-d cpu_reset,guest_errors -D /dev/stderr'] try: result = subprocess.run(cmd)