mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01: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
1 changed files with 2 additions and 0 deletions
|
@ -361,6 +361,8 @@ func (h *HarnessTest) Stop() {
|
|||
return
|
||||
}
|
||||
|
||||
h.shutdownAllNodes()
|
||||
|
||||
close(h.lndErrorChan)
|
||||
|
||||
// Stop the fee service.
|
||||
|
|
Loading…
Add table
Reference in a new issue