From: Daan De Meyer Date: Fri, 6 Dec 2024 14:13:16 +0000 (+0100) Subject: test: Set kernel loglevel to INFO when running tests unattended X-Git-Tag: v257~16^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f51cf69814fc59be0ee4a1a18e8cd068559409f;p=thirdparty%2Fsystemd.git test: Set kernel loglevel to INFO when running tests unattended This makes sure all kernel log messages are logged to the console. This should be helpful during shutdown to detect possible issues with journald when the logs can't be written to the journal itself anymore but are written to kmsg. --- diff --git a/test/integration-test-wrapper.py b/test/integration-test-wrapper.py index bf0fe80d44c..c08f77043c4 100755 --- a/test/integration-test-wrapper.py +++ b/test/integration-test-wrapper.py @@ -373,6 +373,7 @@ def main() -> None: 'systemd.show_status=error', 'systemd.crash_shell=0', 'systemd.crash_action=poweroff', + 'loglevel=6', ] if not sys.stderr.isatty() else []