summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscript/cileaks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/cileaks.sh b/script/cileaks.sh
index 1946e8cb0..6b53984d9 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
+ valgrind --leak-check=full --show-reachable=yes --error-exitcode=125 --suppressions=./libgit2_clar.supp _build/libgit2_clar $@ -ionline -xbuf::oom
fi