Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bergundy authored Nov 19, 2024
1 parent c718bd1 commit 3ba1f6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/testrunner/testrunner.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ type attempt struct {
func (a *attempt) run(ctx context.Context, args []string) error {
args = append([]string{"--junitfile", a.junitXmlPath}, args...)
log.Printf("starting test attempt %d with args: %v", a.number, args)
// This must run from the repo root.
cmd := exec.CommandContext(ctx, a.runner.gotestsumExecutable, args...)
cmd.Stderr = os.Stderr
cmd.Stdout = os.Stdout
Expand Down

0 comments on commit 3ba1f6b

Please sign in to comment.