pytest: don't skip valgrinding plugins.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2019-01-15 14:37:27 +10:30 committed by Christian Decker
parent 358b7fda91
commit 5b3abd80b1
1 changed files with 1 additions and 1 deletions

View File

@ -781,7 +781,7 @@ class NodeFactory(object):
'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)
]