]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: store coredumps in journal
authorFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 12 Aug 2019 22:14:54 +0000 (00:14 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 13 Aug 2019 07:09:57 +0000 (07:09 +0000)
commit215bffe1b8d7cb72fe9f72ed53682d52d5c2a9c5
treeceb83321017c9560e7c94c0854ee30719b41659d
parentd9fcca14a5e934f8c12bf4a6a2a5f362708a6cce
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.
test/test-functions