ENH: fail2ban-testcases-all -- pass cmdline options to fail2ban-testcases

_tent/ipv6_adapter_cmd
Yaroslav Halchenko 2012-11-07 11:34:20 -05:00
parent f10537941b
commit 348239cf14
1 changed files with 1 additions and 1 deletions

View File

@ -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