[CRIU] [PATCH 2/5] test/abrt: skip core dumps from the seccomp_filter test

Andrei Vagin avagin at gmail.com
Tue Nov 27 20:45:42 MSK 2018


It is expected behaviour.

Signed-off-by: Andrei Vagin <avagin at gmail.com>
---
 test/abrt.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/test/abrt.sh b/test/abrt.sh
index 34f25b474..94aca2116 100755
--- a/test/abrt.sh
+++ b/test/abrt.sh
@@ -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
 
-- 
2.14.4



More information about the CRIU mailing list