Skip to content

Commit 6456cbd

Browse files
authored
dev: fix double call to startTracing (#4757)
1 parent ed54241 commit 6456cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/commands/run.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ func (c *runCommand) persistentPreRunE(cmd *cobra.Command, args []string) error
171171
runtime.GOMAXPROCS(c.cfg.Run.Concurrency)
172172
}
173173

174-
return c.startTracing()
174+
return nil
175175
}
176176

177177
func (c *runCommand) persistentPostRunE(_ *cobra.Command, _ []string) error {

0 commit comments

Comments
 (0)