pyln: Exclude all cln- plugins from valgrind

This commit is contained in:
Christian Decker
2023-04-11 06:57:45 +09:30
committed by ShahanaFarooqui
parent 0687fecf0d
commit 2e5ad0f417

View File

@@ -795,7 +795,7 @@ class LightningNode(object):
if dsn is not None:
self.daemon.opts['wallet'] = dsn
if valgrind:
trace_skip_pattern = '*python*,*bitcoin-cli*,*elements-cli*,*cln-grpc'
trace_skip_pattern = '*python*,*bitcoin-cli*,*elements-cli*,*cln-*'
if not valgrind_plugins:
trace_skip_pattern += ',*plugins*'
self.daemon.cmd_prefix = [