1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-12 08:58:20 +03:00

test: make TEST-08-INITRD slightly less annoying to debug

Forward journal to console, since we won't have any journal from initrd
and shutdown/exit initrd phases. Also, mention
systemd.journald.max_level_console=debug that is very handy for
debugging initrd shenanigans, but don't use it by default since it
sends a _lot_ of stuff to the serial console, which slows down the test
a lot.

(cherry picked from commit e073c1d8ed36da84540f245cd783021b2761e4d7)
This commit is contained in:
Frantisek Sumsal 2024-02-14 16:45:18 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent adcc196c3b
commit 0434777bbe

View File

@ -3,6 +3,10 @@
set -e
TEST_DESCRIPTION="Test various scenarios involving transition from/to initrd"
# Note: for debugging systemd.journald.max_level_console=debug might come in handy
# as well, but it's not used here since it's _very_ noisy and slows the test
# down a lot
KERNEL_APPEND="${KERNEL_APPEND:-} systemd.journald.forward_to_console=1"
TEST_NO_NSPAWN=1
# shellcheck source=test/test-functions