Skip to content

Commit 97dc743

Browse files
committed
itest: log pid of new nodes
1 parent 6330e74 commit 97dc743

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
@@ -656,6 +656,8 @@ func (hn *HarnessNode) Start(litdBinary string, litdError chan<- error,
656656
return err
657657
}
658658

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

0 commit comments

Comments
 (0)