Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@gmail.com>2018-11-27 20:45:42 +0300
committerAndrei Vagin <avagin@gmail.com>2019-04-21 06:25:26 +0300
commitae2ab548eba820ccbc9e831f99a99f6e82ae9479 (patch)
tree913d82364ca18527c0a84554ae93e519f764792f /test
parentf046de70e51d570a093acc8608cc1218500e401b (diff)
test/abrt: skip core dumps from the seccomp_filter test
It is expected behaviour. Signed-off-by: Andrei Vagin <avagin@gmail.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/abrt.sh5
1 files changed, 5 insertions, 0 deletions
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