mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
Update.
2000-07-07 Ulrich Drepper <drepper@redhat.com> * malloc/mtrace.pl: Exit with exit code 1 if any leak was detected. * malloc/tst-mtrace.sh: Run mtrace script.
This commit is contained in:
parent
b97e3f1f00
commit
d6a250638f
@ -1,3 +1,9 @@
|
||||
2000-07-07 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* malloc/mtrace.pl: Exit with exit code 1 if any leak was
|
||||
detected.
|
||||
* malloc/tst-mtrace.sh: Run mtrace script.
|
||||
|
||||
2000-07-07 Greg McGary <greg@mcgary.org>
|
||||
|
||||
* posix/regex.c (EXTEND_BUFFER): Compute increment once.
|
||||
|
@ -27,4 +27,9 @@ LOCPATH=${common_objpfx}localedata GCONV_PATH=${common_objpfx}iconvdata \
|
||||
${common_objpfx}elf/ld.so --library-path $common_objpfx \
|
||||
${common_objpfx}malloc/tst-mtrace || status=1
|
||||
|
||||
if test $status -eq 0 && test -f ${common_objpfx}malloc/mtrace; then
|
||||
${common_objpfx}malloc/mtrace ${common_objpfx}malloc/tst-mtrace \
|
||||
${common_objpfx}tst-mtrace.out || status=1
|
||||
fi
|
||||
|
||||
exit $status
|
||||
|
Loading…
Reference in New Issue
Block a user