Skip to content

Commit

Permalink
pyln: Exclude all cln- plugins from valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker authored and ShahanaFarooqui committed Apr 14, 2023
1 parent 0687fec commit 2e5ad0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/pyln-testing/pyln/testing/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ def __init__(self, node_id, lightning_dir, bitcoind, executor, valgrind, may_fai
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 = [
Expand Down

0 comments on commit 2e5ad0f

Please sign in to comment.