Skip to content

Commit

Permalink
pytest: don't skip valgrinding plugins.
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell authored and cdecker committed Jan 15, 2019
1 parent 358b7fd commit 5b3abd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ def get_node(self, disconnect=None, options=None, may_fail=False,
'valgrind',
'-q',
'--trace-children=yes',
'--trace-children-skip=*plugins*,*python*,*bitcoin-cli*',
'--trace-children-skip=*python*,*bitcoin-cli*',
'--error-exitcode=7',
'--log-file={}/valgrind-errors.%p'.format(node.daemon.lightning_dir)
]
Expand Down

0 comments on commit 5b3abd8

Please sign in to comment.