Skip to content

Commit e76099e

Browse files
authored
build: update
1 parent 2b0fa3e commit e76099e

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-leak-kinds=all --show-possibly-lost=no ${SUPPS} "$@" 2>&1 |tee /tmp/valgrind.out
35+
valgrind --tool=memcheck --leak-check=full --show-possibly-lost=yes ${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)