Skip to content

Commit

Permalink
tools: remove --quiet from run-valgrind.py
Browse files Browse the repository at this point in the history
This should no longer be an issue, now that we clean up
resources when exiting.

PR-URL: #19377
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
addaleax committed May 14, 2018
1 parent 5b0d2e7 commit f2ad1d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/run-valgrind.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
'valgrind',
'--error-exitcode=1',
'--smc-check=all',
# Node.js does not clean up on exit so don't complain about
# memory leaks but do complain about invalid memory access.
'--quiet',
]

if len(sys.argv) < 2:
Expand Down

0 comments on commit f2ad1d5

Please sign in to comment.