We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c791f3 commit fa274f7Copy full SHA for fa274f7
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 leaks -quiet -atExit -- nohup"
+LEAKS="MallocStackLogging=1 MallocScribble=1 MallocLogFile=/dev/null leaks -quiet -atExit -- nohup"
18
19
cleanup() {
20
echo "Cleaning up..."
0 commit comments