Skip to content

Commit

Permalink
build: revert -s (talk too much)
Browse files Browse the repository at this point in the history
thebaptiste authored Nov 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 93d2cbd commit 2b0fa3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/valgrind.sh
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ else
fi

echo "TEST DES FUITES MEMOIRES..."
valgrind -s --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-leak-kinds=all --show-possibly-lost=no ${SUPPS} "$@" 2>&1 |tee /tmp/valgrind.out
N=$(cat /tmp/valgrind.out |grep -c "definitely lost: 0 bytes in 0 blocks")
if test "${N}" -gt 0; then
echo "OK"

0 comments on commit 2b0fa3e

Please sign in to comment.