mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-08-04 14:48:08 +00:00
ENH: fail2ban-testcases-all -- pass cmdline options to fail2ban-testcases
This commit is contained in:
parent
f10537941b
commit
348239cf14
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ for python in /usr/{,local/}bin/python2.[0-9]{,.*}{,-dbg}
|
|||
do
|
||||
[ -e "$python" ] || continue
|
||||
echo "Testing using $python"
|
||||
$python ./fail2ban-testcases || failed+=" $python"
|
||||
$python ./fail2ban-testcases "$@" || failed+=" $python"
|
||||
done
|
||||
|
||||
if [ ! -z "$failed" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue