We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e69485 commit 8c49b3bCopy full SHA for 8c49b3b
ci/test.sh
@@ -14,7 +14,7 @@ USER=${USER:-$(whoami)}
14
SUCCESS=1
15
16
VALGRIND="valgrind --leak-check=full --show-reachable=yes --error-exitcode=125 --num-callers=50 --suppressions=\"$SOURCE_DIR/libgit2_clar.supp\""
17
-LEAKS="MallocStackLogging=1 MallocScribble=1 MallocLogFile=/dev/null"
+LEAKS="MallocStackLogging=1 MallocScribble=1 MallocLogFile=/dev/null CLAR_AT_EXIT=\"leaks -quiet \$PPID\""
18
19
cleanup() {
20
echo "Cleaning up..."
0 commit comments