diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-08-28 17:32:53 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-08-28 19:20:56 +0200 |
commit | 7560a5393a7d8708f35d956d50934014f5595478 (patch) | |
tree | 49ad47278461847e7e12177637334e889233f1d3 /test | |
parent | user-record: add helper that checks if a user record is root or the nobody user (diff) | |
download | systemd-7560a5393a7d8708f35d956d50934014f5595478.tar.xz systemd-7560a5393a7d8708f35d956d50934014f5595478.zip |
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.
Diffstat (limited to 'test')
-rwxr-xr-x | test/integration-test-wrapper.py | 2 |
1 files changed, 1 insertions, 1 deletions
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", ] |