From: Daan De Meyer Date: Wed, 28 Aug 2024 15:32:53 +0000 (+0200) Subject: test: Set show_status=error X-Git-Tag: v257-rc1~605 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7560a5393a7d8708f35d956d50934014f5595478;p=thirdparty%2Fsystemd.git test: Set show_status=error The TEST-64-UDEV-STORAGE tests fail before we even start the test. Let's set show_status=error to get more information when those failures happen. --- diff --git a/test/integration-test-wrapper.py b/test/integration-test-wrapper.py index e0a4b6e7805..a8004b38157 100755 --- a/test/integration-test-wrapper.py +++ b/test/integration-test-wrapper.py @@ -159,7 +159,7 @@ def main(): *( [ "systemd.mask=serial-getty@.service", - "systemd.show_status=no", + "systemd.show_status=error", "systemd.crash_shell=0", "systemd.crash_action=poweroff", ]