From: Matthew Malcomson Date: Mon, 4 Feb 2019 12:06:15 +0000 (+0100) Subject: testrun.sh: Exit in case of incorrect argument X-Git-Tag: glibc-2.30~394 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e10136b3ce5226bb6d55f5f14f74e65218750be;p=thirdparty%2Fglibc.git testrun.sh: Exit in case of incorrect argument --- diff --git a/ChangeLog b/ChangeLog index 0c9a4e885bc..c074128b1b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-02-04 Matthew Malcomson + + * Makefile (testrun.sh): Exit in case of incorrect argument. + 2019-02-04 Florian Weimer * time/tzfile.c (__tzfile_read): Reorder suballocations to avoid diff --git a/Makefile b/Makefile index 4a014d6effd..1bfe7fefe1a 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