]> git.ipfire.org Git - thirdparty/elfutils.git/commit
tests: Try to use coredumpctl to extract core files.
authorMark Wielaard <mark@klomp.org>
Sat, 23 Dec 2017 22:16:24 +0000 (23:16 +0100)
committerMark Wielaard <mark@klomp.org>
Fri, 29 Dec 2017 00:01:14 +0000 (01:01 +0100)
commit699a741b488010d56cc358a5f7b4d8a8f4886347
treea27b90e123ee12e47b228cecc69b38f546ce91f8
parentc3bb9051c199ed22628ecb33ce781bca70b34eb4
tests: Try to use coredumpctl to extract core files.

If systemd-coredump is installed we have to use coredumpctl to extract
the core file to test. Unfortunately systemd-coredump/coredumpctl seem
to be somewhat fragile if multiple core dumps are generated/extracted
at the same time. So use a lock file to only run one core dump test at
a time (under make -j).

Signed-off-by: Mark Wielaard <mark@klomp.org>
tests/ChangeLog
tests/Makefile.am
tests/backtrace-subr.sh