diff options
| author | Matthew Malcomson <matthew.malcomson@arm.com> | 2019-02-04 13:06:15 +0100 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2019-02-04 13:06:15 +0100 |
| commit | 5e10136b3ce5226bb6d55f5f14f74e65218750be (patch) | |
| tree | 52a26f1bea4d1a4274d7814d263c5b1c2d3879bd /Makefile | |
| parent | 221baae0012e56e4043b914fec47340ef3a1e0c8 (diff) | |
testrun.sh: Exit in case of incorrect argument
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
