From 348239cf141ea403a4582d542ada652377f84218 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 7 Nov 2012 11:34:20 -0500 Subject: [PATCH] ENH: fail2ban-testcases-all -- pass cmdline options to fail2ban-testcases --- fail2ban-testcases-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fail2ban-testcases-all b/fail2ban-testcases-all index 8d4157ea5..fd33dce40 100755 --- a/fail2ban-testcases-all +++ b/fail2ban-testcases-all @@ -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