From 7c90efa384cbb2ace873e2b90e8cc396a1719535 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 5 Mar 2019 11:06:41 +0100 Subject: tests: add --noskip-commands The default is SKIP missing commands on --use-system-commands, but with --noskip-commands the test will FAIL. Signed-off-by: Karel Zak --- tests/run.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/run.sh') diff --git a/tests/run.sh b/tests/run.sh index 881148a06..2a7133149 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -65,6 +65,7 @@ while [ -n "$1" ]; do --show-diff |\ --verbose |\ --skip-loopdevs |\ + --noskip-commands |\ --parsable) # these options are simply forwarded to the test scripts OPTS="$OPTS $1" @@ -113,6 +114,7 @@ while [ -n "$1" ]; do echo " --show-diff show diff from failed tests" echo " --nonroot ignore test suite if user is root" echo " --use-system-commands use PATH rather than builddir" + echo " --noskip-commands fail on missing commands" echo " --srcdir= autotools top source directory" echo " --builddir= autotools top build directory" echo " --parallel= number of parallel test jobs, default: num cpus" -- cgit v1.2.3-55-g7522