mirror of
https://github.com/systemd/systemd.git
synced 2025-01-03 05:18:09 +03:00
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.
This commit is contained in:
parent
313c178b1b
commit
7560a5393a
@ -159,7 +159,7 @@ def main():
|
|||||||
*(
|
*(
|
||||||
[
|
[
|
||||||
"systemd.mask=serial-getty@.service",
|
"systemd.mask=serial-getty@.service",
|
||||||
"systemd.show_status=no",
|
"systemd.show_status=error",
|
||||||
"systemd.crash_shell=0",
|
"systemd.crash_shell=0",
|
||||||
"systemd.crash_action=poweroff",
|
"systemd.crash_action=poweroff",
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user