mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-09 09:04:25 +01:00
pyln: Exclude all cln- plugins from valgrind
This commit is contained in:
committed by
ShahanaFarooqui
parent
0687fecf0d
commit
2e5ad0f417
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user