mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
itest: log pid of new nodes
This commit is contained in:
parent
7ed8ff1a39
commit
3be9f300ef
1 changed files with 3 additions and 0 deletions
|
|
@ -653,6 +653,9 @@ func (hn *HarnessNode) Start(litdBinary string, litdError chan<- error,
|
|||
return err
|
||||
}
|
||||
|
||||
fmt.Printf("Starting node=%v, pid=%v\n", hn.Cfg.Name,
|
||||
hn.cmd.Process.Pid)
|
||||
|
||||
// Launch a new goroutine which that bubbles up any potential fatal
|
||||
// process errors to the goroutine running the tests.
|
||||
hn.processExit = make(chan struct{})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue