Skip to content

Commit f2ad1d5

Browse files
committed
tools: remove --quiet from run-valgrind.py
This should no longer be an issue, now that we clean up resources when exiting. PR-URL: #19377 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 5b0d2e7 commit f2ad1d5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/run-valgrind.py

-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
'valgrind',
3838
'--error-exitcode=1',
3939
'--smc-check=all',
40-
# Node.js does not clean up on exit so don't complain about
41-
# memory leaks but do complain about invalid memory access.
42-
'--quiet',
4340
]
4441

4542
if len(sys.argv) < 2:

0 commit comments

Comments
 (0)