Skip to content

Commit 7cbca11

Browse files
Roasbeefguggero
authored andcommitted
itest: log pid of new nodes
1 parent b43eddb commit 7cbca11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

itest/litd_node.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,8 @@ func (hn *HarnessNode) Start(litdBinary string, litdError chan<- error,
653653
return err
654654
}
655655

656+
fmt.Printf("Starting node=%v, pid=%v\n", hn.Cfg.Name, hn.cmd.Process.Pid)
657+
656658
// Launch a new goroutine which that bubbles up any potential fatal
657659
// process errors to the goroutine running the tests.
658660
hn.processExit = make(chan struct{})

0 commit comments

Comments
 (0)