-
Simon McVittie authored
Instead of having one argument and guessing what it means, let's have multiple mutually-exclusive arguments. Because they're mutually-exclusive, we now have to avoid passing more than one to a particular invocation in the tests; use bash instead of sh so we can split "$@" into two arrays. This only really affects soldier.sh, but change all of them to be more consistent. Signed-off-by:
Simon McVittie <smcv@collabora.com>
Simon McVittie authoredInstead of having one argument and guessing what it means, let's have multiple mutually-exclusive arguments. Because they're mutually-exclusive, we now have to avoid passing more than one to a particular invocation in the tests; use bash instead of sh so we can split "$@" into two arrays. This only really affects soldier.sh, but change all of them to be more consistent. Signed-off-by:
Simon McVittie <smcv@collabora.com>