]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: Set show_status=error
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 28 Aug 2024 15:32:53 +0000 (17:32 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 28 Aug 2024 17:20:56 +0000 (19:20 +0200)
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

index e0a4b6e7805f938ffb23634694dd0b68e1d8bd9e..a8004b38157638d9efd1dd5c5ae921894b2744f0 100755 (executable)
@@ -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",
                 ]