mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
test_lightning.py: run valgrind on child daemons too
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
8c73f37869
commit
42601c29d7
@ -104,6 +104,8 @@ class NodeFactory(object):
|
|||||||
node.daemon.cmd_line = [
|
node.daemon.cmd_line = [
|
||||||
'valgrind',
|
'valgrind',
|
||||||
'-q',
|
'-q',
|
||||||
|
'--trace-children=yes',
|
||||||
|
'--trace-children-skip=*bitcoin-cli*',
|
||||||
'--error-exitcode=7',
|
'--error-exitcode=7',
|
||||||
'--log-file={}/valgrind-errors'.format(node.daemon.lightning_dir)
|
'--log-file={}/valgrind-errors'.format(node.daemon.lightning_dir)
|
||||||
] + node.daemon.cmd_line
|
] + node.daemon.cmd_line
|
||||||
|
Loading…
Reference in New Issue
Block a user