mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
Merge pull request #9273 from Roasbeef/itests-pid
lntest: print node PID when launching in itests
This commit is contained in:
commit
bd36f76530
@ -399,6 +399,9 @@ func (hn *HarnessNode) StartLndCmd(ctxb context.Context) error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pid := hn.cmd.Process.Pid
|
||||||
|
hn.T.Logf("Starting node (name=%v) with PID=%v", hn.Cfg.Name, pid)
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user