mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 18:07:57 +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:
parent
f046de70e5
commit
ae2ab548eb
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user