lntest/node: expose pprof port by default for itests
This commit is contained in:
parent
cf0ab41ce8
commit
90dec0ad6a
@ -239,6 +239,7 @@ func (hn *HarnessNode) start(lndError chan<- error) error {
|
|||||||
hn.quit = make(chan struct{})
|
hn.quit = make(chan struct{})
|
||||||
|
|
||||||
args := hn.cfg.genArgs()
|
args := hn.cfg.genArgs()
|
||||||
|
args = append(args, fmt.Sprintf("--profile=%d", 9000+hn.NodeID))
|
||||||
hn.cmd = exec.Command("lnd", args...)
|
hn.cmd = exec.Command("lnd", args...)
|
||||||
|
|
||||||
// Redirect stderr output to buffer
|
// Redirect stderr output to buffer
|
||||||
|
Loading…
Reference in New Issue
Block a user