summaryrefslogtreecommitdiffstats
path: root/test/filters/filters.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/filters/filters.sh')
-rwxr-xr-xtest/filters/filters.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/filters/filters.sh b/test/filters/filters.sh
index 114978f65..10e50539b 100755
--- a/test/filters/filters.sh
+++ b/test/filters/filters.sh
@@ -110,6 +110,9 @@ echo "TESTING: seccomp chmod profile - seccomp lists (test/filters/seccomp-chmod
110echo "TESTING: seccomp empty (test/filters/seccomp-empty.exp)" 110echo "TESTING: seccomp empty (test/filters/seccomp-empty.exp)"
111./seccomp-empty.exp 111./seccomp-empty.exp
112 112
113echo "TESTING: seccomp numeric (test/filters/seccomp-numeric.exp)"
114./seccomp-numeric.exp
115
113if [ "$(uname -m)" = "x86_64" ]; then 116if [ "$(uname -m)" = "x86_64" ]; then
114 echo "TESTING: seccomp dual filter (test/filters/seccomp-dualfilter.exp)" 117 echo "TESTING: seccomp dual filter (test/filters/seccomp-dualfilter.exp)"
115 ./seccomp-dualfilter.exp 118 ./seccomp-dualfilter.exp