2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 09:58:09 +00:00

test/abrt: skip core dumps from the seccomp_filter test

It is expected behaviour.

Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
Andrei Vagin 2018-11-27 20:45:42 +03:00
parent f046de70e5
commit ae2ab548eb

View File

@ -12,6 +12,11 @@ expr match "$comm" zombie00 && {
exit 0
}
expr match "$comm" seccomp_filter && {
cat > /dev/null
exit 0
}
report="/tmp/zdtm-core-$pid-$comm"
exec &> ${report}.txt