[PATCH 4/8] tests: make run-all.sh arguments non positional

Jouni Malinen j
Sun Oct 26 14:30:24 PDT 2014


On Sun, Oct 26, 2014 at 03:06:31AM -0400, Ilan Peer wrote:
> diff --git a/tests/hwsim/run-all.sh b/tests/hwsim/run-all.sh
> @@ -24,30 +24,36 @@ else
> +while [ "$1" != "" ]; do
> +	case $1 in
..
> +		* ) exit 1

That breaks many run-all.sh use cases, including all parallel VM
testing. There are number of command line arguments that get used on the
run-tests.py command line.

-- 
Jouni Malinen                                            PGP id EFC895FA



More information about the Hostap mailing list