mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
pytest: Fix the benchmark script
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
committed by
Rusty Russell
parent
c4ca2ab4b9
commit
4d40ff37aa
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user