Browse Source

pytest: Fix the benchmark script

Signed-off-by: Christian Decker <decker.christian@gmail.com>
ppa-0.6.1
Christian Decker 7 years ago
committed by Rusty Russell
parent
commit
4d40ff37aa
  1. 2
      tests/benchmark.py

2
tests/benchmark.py

@ -42,7 +42,7 @@ def bitcoind():
def node_factory(request, bitcoind, executor):
nf = NodeFactory(request.node.name, bitcoind, executor, directory="/dev/shm/lightning-tests")
yield nf
nf.killall([False]*len(nf.nodes))
nf.killall([False] * len(nf.nodes))
def test_single_hop(node_factory, executor):

Loading…
Cancel
Save