test: store coredumps in journal

To make debugging much easier, especially for crashes in tests under
QEMU, let's store the entire coredump bundle in the systemd journal,
which is usually kept around by various CIs. Right now, we usually end
up with a journal, but without the coredump itself, which is pretty
useless.
This commit is contained in:
Frantisek Sumsal 2019-08-13 00:14:54 +02:00
parent d9fcca14a5
commit 215bffe1b8
1 changed files with 2 additions and 0 deletions

View File

@ -516,6 +516,8 @@ install_systemd() {
# enable debug logging in PID1
echo LogLevel=debug >> $initdir/etc/systemd/system.conf
# store coredumps in journal
echo Storage=journal >> $initdir/etc/systemd/coredump.conf
}
get_ldpath() {