diff options
author | Guy Harris <gharris@sonic.net> | 2022-01-19 22:05:40 -0800 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2022-01-19 22:05:40 -0800 |
commit | 7f1edf5d70cb34a47f98e0186eacfede76a44372 (patch) | |
tree | e7ae8dba0a6b7ec9909f2d042ed98d483995eea3 /build_matrix.sh | |
parent | 778f2c0e806090dc524627161bca826cc1d061a2 (diff) |
CI: show the "still reachable" leaks in valgrind.
Diffstat (limited to 'build_matrix.sh')
-rwxr-xr-x | build_matrix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_matrix.sh b/build_matrix.sh index 60065966..3275c5f0 100755 --- a/build_matrix.sh +++ b/build_matrix.sh @@ -29,7 +29,7 @@ fi COUNT=0 export LIBPCAP_TAINTED if command -v valgrind >/dev/null 2>&1; then - VALGRIND_CMD="valgrind --leak-check=full --error-exitcode=1" + VALGRIND_CMD="valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1" export VALGRIND_CMD fi |