Skip to content

Commit fa274f7

Browse files
committed
ci: redirect the malloc debugging output to /dev/null
1 parent 7c791f3 commit fa274f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ USER=${USER:-$(whoami)}
1414
SUCCESS=1
1515

1616
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"
17+
LEAKS="MallocStackLogging=1 MallocScribble=1 MallocLogFile=/dev/null leaks -quiet -atExit -- nohup"
1818

1919
cleanup() {
2020
echo "Cleaning up..."

0 commit comments

Comments
 (0)