Skip to content

Commit 85eeb57

Browse files
committed
itest: log pid of new nodes
1 parent fa453d6 commit 85eeb57

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

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

0 commit comments

Comments
 (0)