pytest: Add a test for the plugin option passthrough

Signed-off-by: Christian Decker <@cdecker>
This commit is contained in:
Christian Decker
2018-11-17 15:18:34 +01:00
committed by Rusty Russell
parent c3d2caafa2
commit e27b2ea69b
3 changed files with 100 additions and 1 deletions

View File

@@ -772,7 +772,7 @@ class NodeFactory(object):
'valgrind',
'-q',
'--trace-children=yes',
'--trace-children-skip=*bitcoin-cli*',
'--trace-children-skip=*plugins*,*python*,*bitcoin-cli*',
'--error-exitcode=7',
'--log-file={}/valgrind-errors.%p'.format(node.daemon.lightning_dir)
]