Skip to content

Commit 079e74c

Browse files
committed
[Debugging] Print go test command environment right before command is run
1 parent 81a09da commit 079e74c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev-tools/mage/gotest.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ 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)
317318
err := goTest.Run()
318319

319320
var goTestErr *exec.ExitError

0 commit comments

Comments
 (0)