mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
pytest: don't skip valgrinding plugins.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
358b7fda91
commit
5b3abd80b1
@@ -781,7 +781,7 @@ class NodeFactory(object):
|
|||||||
'valgrind',
|
'valgrind',
|
||||||
'-q',
|
'-q',
|
||||||
'--trace-children=yes',
|
'--trace-children=yes',
|
||||||
'--trace-children-skip=*plugins*,*python*,*bitcoin-cli*',
|
'--trace-children-skip=*python*,*bitcoin-cli*',
|
||||||
'--error-exitcode=7',
|
'--error-exitcode=7',
|
||||||
'--log-file={}/valgrind-errors.%p'.format(node.daemon.lightning_dir)
|
'--log-file={}/valgrind-errors.%p'.format(node.daemon.lightning_dir)
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user