mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-18 13:07:58 +02:00
Merge pull request #9273 from Roasbeef/itests-pid
lntest: print node PID when launching in itests
This commit is contained in:
commit
bd36f76530
1 changed files with 3 additions and 0 deletions
|
|
@ -399,6 +399,9 @@ func (hn *HarnessNode) StartLndCmd(ctxb context.Context) error {
|
|||
return err
|
||||
}
|
||||
|
||||
pid := hn.cmd.Process.Pid
|
||||
hn.T.Logf("Starting node (name=%v) with PID=%v", hn.Cfg.Name, pid)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue