From 5e10136b3ce5226bb6d55f5f14f74e65218750be Mon Sep 17 00:00:00 2001 From: Matthew Malcomson Date: Mon, 4 Feb 2019 13:06:15 +0100 Subject: testrun.sh: Exit in case of incorrect argument --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4a014d6..1bfe7fe 100644 --- a/Makefile +++ b/Makefile @@ -137,6 +137,7 @@ GCONV_PATH="$${builddir}/iconvdata" usage () { echo "usage: $$0 [--tool=strace] PROGRAM [ARGUMENTS...]" 2>&1 echo " $$0 --tool=valgrind PROGRAM [ARGUMENTS...]" 2>&1 + exit 1 } toolname=default -- cgit v1.1