testrun.sh: Exit in case of incorrect argument
This commit is contained in:
parent
221baae001
commit
5e10136b3c
@ -1,3 +1,7 @@
|
|||||||
|
2019-02-04 Matthew Malcomson <matthew.malcomson@arm.com>
|
||||||
|
|
||||||
|
* Makefile (testrun.sh): Exit in case of incorrect argument.
|
||||||
|
|
||||||
2019-02-04 Florian Weimer <fweimer@redhat.com>
|
2019-02-04 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
* time/tzfile.c (__tzfile_read): Reorder suballocations to avoid
|
* time/tzfile.c (__tzfile_read): Reorder suballocations to avoid
|
||||||
|
1
Makefile
1
Makefile
@ -137,6 +137,7 @@ GCONV_PATH="$${builddir}/iconvdata"
|
|||||||
usage () {
|
usage () {
|
||||||
echo "usage: $$0 [--tool=strace] PROGRAM [ARGUMENTS...]" 2>&1
|
echo "usage: $$0 [--tool=strace] PROGRAM [ARGUMENTS...]" 2>&1
|
||||||
echo " $$0 --tool=valgrind PROGRAM [ARGUMENTS...]" 2>&1
|
echo " $$0 --tool=valgrind PROGRAM [ARGUMENTS...]" 2>&1
|
||||||
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
toolname=default
|
toolname=default
|
||||||
|
Loading…
Reference in New Issue
Block a user