Browse Source

pytest: don't skip valgrinding plugins.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
plugin-timeout-inc
Rusty Russell 6 years ago
committed by Christian Decker
parent
commit
5b3abd80b1
  1. 2
      tests/utils.py

2
tests/utils.py

@ -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)
]

Loading…
Cancel
Save