]> 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)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 20 Dec 2024 19:43:57 +0000 (19:43 +0000)
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.

(cherry picked from commit 7560a5393a7d8708f35d956d50934014f5595478)

test/integration-test-wrapper.py

index 399d9dbb556d2ccc9567ed33572c29b6fd4d8a2a..bb4fe6dbd100fbbc23bbf106812cc99efeec69c0 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",
                 ]