summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-08-28 17:32:53 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-08-28 19:20:56 +0200
commit7560a5393a7d8708f35d956d50934014f5595478 (patch)
tree49ad47278461847e7e12177637334e889233f1d3 /test
parentuser-record: add helper that checks if a user record is root or the nobody user (diff)
downloadsystemd-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-xtest/integration-test-wrapper.py2
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",
]