Skip to content

Commit 3be9f30

Browse files
Roasbeefguggero
authored andcommitted
itest: log pid of new nodes
1 parent 7ed8ff1 commit 3be9f30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

itest/litd_node.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,9 @@ 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,
657+
hn.cmd.Process.Pid)
658+
656659
// Launch a new goroutine which that bubbles up any potential fatal
657660
// process errors to the goroutine running the tests.
658661
hn.processExit = make(chan struct{})

0 commit comments

Comments
 (0)