mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
pytest: Exclude elements-cli from valgrind when following children
Without this we'd be attaching valgrind to all elements-cli call, resulting in a huge overhead and timeouts.
This commit is contained in:
parent
e23d8a4aff
commit
37fb912524
@ -959,7 +959,7 @@ class NodeFactory(object):
|
||||
'valgrind',
|
||||
'-q',
|
||||
'--trace-children=yes',
|
||||
'--trace-children-skip=*python*,*bitcoin-cli*',
|
||||
'--trace-children-skip=*python*,*bitcoin-cli*,*elements-cli*',
|
||||
'--error-exitcode=7',
|
||||
'--log-file={}/valgrind-errors.%p'.format(node.daemon.lightning_dir)
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user