From af3145ebba129afc066d2a6bf843679cae8b81e3 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 27 Dec 2002 21:07:20 +0000 Subject: tweak Valgrind invocation to show more callers --- test/test_bins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_bins.sh') diff --git a/test/test_bins.sh b/test/test_bins.sh index f79c71c6..f0a31652 100755 --- a/test/test_bins.sh +++ b/test/test_bins.sh @@ -33,7 +33,7 @@ flac --help 1>/dev/null 2>/dev/null || die "ERROR can't find flac executable" run_flac () { if [ "$FLAC__VALGRIND" = yes ] ; then - valgrind --leak-check=yes --show-reachable=yes --num-callers=10 --logfile-fd=4 flac $* 4>>valgrind.log + valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --logfile-fd=4 flac $* 4>>valgrind.log else flac $* fi -- cgit v1.2.1