Commit ae2ab548 authored by Andrei Vagin's avatar Andrei Vagin

test/abrt: skip core dumps from the seccomp_filter test

It is expected behaviour.
Signed-off-by: 's avatarAndrei Vagin <avagin@gmail.com>
parent f046de70
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment