summaryrefslogtreecommitdiff
path: root/test/test_bins.sh
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2002-12-27 21:07:20 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2002-12-27 21:07:20 +0000
commitaf3145ebba129afc066d2a6bf843679cae8b81e3 (patch)
tree0d73214b68f059517ab8d3f39d27605384a04a54 /test/test_bins.sh
parente900edfdf961014e895171d6012b454e2ef5ba15 (diff)
downloadflac-af3145ebba129afc066d2a6bf843679cae8b81e3.tar.gz
tweak Valgrind invocation to show more callers
Diffstat (limited to 'test/test_bins.sh')
-rwxr-xr-xtest/test_bins.sh2
1 files changed, 1 insertions, 1 deletions
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