summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rwxr-xr-xscript/cileaks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/cileaks.sh b/script/cileaks.sh
index 6b53984d9..61b255712 100755
--- a/script/cileaks.sh
+++ b/script/cileaks.sh
@@ -9,5 +9,5 @@ then
fi
if [ -n "$VALGRIND" -a -e "$(which valgrind)" ]; then
- valgrind --leak-check=full --show-reachable=yes --error-exitcode=125 --suppressions=./libgit2_clar.supp _build/libgit2_clar $@ -ionline -xbuf::oom
+ valgrind --leak-check=full --show-reachable=yes --error-exitcode=125 --num-callers=50 --suppressions=./libgit2_clar.supp _build/libgit2_clar $@ -ionline -xbuf::oom
fi