From 573c408921e02f61501b2982fc10af77a8412631 Mon Sep 17 00:00:00 2001 From: Etienne Samson Date: Fri, 20 Apr 2018 23:11:19 +0200 Subject: [PATCH] valgrind: skip buf::oom test --- script/cileaks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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