mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-01 10:41:34 +02:00
lntest: shutdown all nodes at end of test
Fixes an issue where the standby nodes would keep running even after the test finished (successfully or with a failure).
This commit is contained in:
parent
49275e1d46
commit
5f20fd4d9f
@ -361,6 +361,8 @@ func (h *HarnessTest) Stop() {
|
||||
return
|
||||
}
|
||||
|
||||
h.shutdownAllNodes()
|
||||
|
||||
close(h.lndErrorChan)
|
||||
|
||||
// Stop the fee service.
|
||||
|
Loading…
x
Reference in New Issue
Block a user