mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +01:00
lntest/node: expose pprof port by default for itests
This commit is contained in:
parent
cf0ab41ce8
commit
90dec0ad6a
1 changed files with 1 additions and 0 deletions
|
@ -239,6 +239,7 @@ func (hn *HarnessNode) start(lndError chan<- error) error {
|
|||
hn.quit = make(chan struct{})
|
||||
|
||||
args := hn.cfg.genArgs()
|
||||
args = append(args, fmt.Sprintf("--profile=%d", 9000+hn.NodeID))
|
||||
hn.cmd = exec.Command("lnd", args...)
|
||||
|
||||
// Redirect stderr output to buffer
|
||||
|
|
Loading…
Add table
Reference in a new issue