Skip to content

Commit d8c500d

Browse files
committed
Revert "[Debugging] Print go test command environment right before command is run"
This reverts commit 079e74c.
1 parent 079e74c commit d8c500d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev-tools/mage/gotest.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ func GoTest(ctx context.Context, params GoTestArgs) error {
314314
goTest.Stderr = output
315315
}
316316

317-
fmt.Println(">> go test command environment: ", params.LogName, goTest.Env)
318317
err := goTest.Run()
319318

320319
var goTestErr *exec.ExitError

0 commit comments

Comments
 (0)