summaryrefslogtreecommitdiff
path: root/bin/fail2ban-testcases
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fail2ban-testcases')
-rwxr-xr-xbin/fail2ban-testcases3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/fail2ban-testcases b/bin/fail2ban-testcases
index 22a44a8b..606b0b06 100755
--- a/bin/fail2ban-testcases
+++ b/bin/fail2ban-testcases
@@ -67,6 +67,9 @@ def get_opt_parser():
Option('-f', "--fast", action="store_true",
dest="fast",
help="Try to increase speed of the tests, decreasing of wait intervals, memory database"),
+ Option('-i', "--ignore", action="store_true",
+ dest="negate_re",
+ help="negate [regexps] filter to ignore tests matched specified regexps"),
Option("-t", "--log-traceback", action='store_true',
help="Enrich log-messages with compressed tracebacks"),
Option("--full-traceback", action='store_true',