mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +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
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue