aboutsummaryrefslogtreecommitdiffstats
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 6a5ec2b87..8f659237a 100755
--- a/test/filters/filters.sh
+++ b/test/filters/filters.sh
@@ -15,6 +15,9 @@ fi
15 15
16export PATH="$PATH:/usr/lib/firejail" 16export PATH="$PATH:/usr/lib/firejail"
17 17
18echo "TESTING: memory-deny-write-execute (test/filters/memwrexe.exp)"
19./memwrexe.exp
20
18echo "TESTING: debug options (test/filters/debug.exp)" 21echo "TESTING: debug options (test/filters/debug.exp)"
19./debug.exp 22./debug.exp
20 23