Browse Source

test_lightning.py: run valgrind on child daemons too

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 8 years ago
parent
commit
42601c29d7
  1. 2
      tests/test_lightningd.py

2
tests/test_lightningd.py

@ -104,6 +104,8 @@ class NodeFactory(object):
node.daemon.cmd_line = [
'valgrind',
'-q',
'--trace-children=yes',
'--trace-children-skip=*bitcoin-cli*',
'--error-exitcode=7',
'--log-file={}/valgrind-errors'.format(node.daemon.lightning_dir)
] + node.daemon.cmd_line

Loading…
Cancel
Save