We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0fa3e commit e76099eCopy full SHA for e76099e
src/valgrind.sh
@@ -32,7 +32,7 @@ else
32
fi
33
34
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
+valgrind --tool=memcheck --leak-check=full --show-possibly-lost=yes ${SUPPS} "$@" 2>&1 |tee /tmp/valgrind.out
36
N=$(cat /tmp/valgrind.out |grep -c "definitely lost: 0 bytes in 0 blocks")
37
if test "${N}" -gt 0; then
38
echo "OK"
0 commit comments