Skip to content

Commit 93d2cbd

Browse files
authored
build: more info about possibly lost
1 parent 446dbec commit 93d2cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/valgrind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ else
3232
fi
3333

3434
echo "TEST DES FUITES MEMOIRES..."
35-
valgrind --tool=memcheck --leak-check=full --show-possibly-lost=no ${SUPPS} "$@" 2>&1 |tee /tmp/valgrind.out
35+
valgrind -s --tool=memcheck --leak-check=full --show-leak-kinds=all --show-possibly-lost=no ${SUPPS} "$@" 2>&1 |tee /tmp/valgrind.out
3636
N=$(cat /tmp/valgrind.out |grep -c "definitely lost: 0 bytes in 0 blocks")
3737
if test "${N}" -gt 0; then
3838
echo "OK"

0 commit comments

Comments
 (0)