]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: make TEST-08-INITRD slightly less annoying to debug
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 14 Feb 2024 15:45:18 +0000 (16:45 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 17 Feb 2024 11:49:44 +0000 (12:49 +0100)
commite073c1d8ed36da84540f245cd783021b2761e4d7
tree72dc48a88b0e65bb687ae3c87370410daee6e0be
parentadafa3b2f84ff38b0e1460ccafddd63e82019699
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.
test/TEST-08-INITRD/test.sh