From 7560a5393a7d8708f35d956d50934014f5595478 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 28 Aug 2024 17:32:53 +0200 Subject: 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. --- test/integration-test-wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/integration-test-wrapper.py b/test/integration-test-wrapper.py index e0a4b6e780..a8004b3815 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", ] -- cgit v1.2.3