mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-12 10:30:29 +01:00
pyln-testing: don't skip renepay and askrene!
We called these `cln-renepay` and `cln-askrene` which meant we didn't test them under valgrind! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
38d229df3d
commit
8c051c555e
1 changed files with 1 additions and 1 deletions
|
@ -823,7 +823,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-*'
|
||||
trace_skip_pattern = '*python*,*bitcoin-cli*,*elements-cli*,*cln-grpc*'
|
||||
if not valgrind_plugins:
|
||||
trace_skip_pattern += ',*plugins*'
|
||||
self.daemon.cmd_prefix = [
|
||||
|
|
Loading…
Add table
Reference in a new issue