Commit 9da74c2a by Etienne Samson Committed by Patrick Steinhardt

valgrind: bump num-callers to 50 for fuller stack traces

(cherry picked from commit 0fb8c1d0)
parent 1ec85a55
...@@ -9,5 +9,5 @@ then ...@@ -9,5 +9,5 @@ then
fi fi
if [ -n "$VALGRIND" -a -e "$(which valgrind)" ]; then 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 fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment