We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8fc29 commit 8ea70aaCopy full SHA for 8ea70aa
src/cmd/go/internal/test/test.go
@@ -86,6 +86,10 @@ standard output, even if the test printed them to its own standard
86
error. (The go command's standard error is reserved for printing
87
errors building the tests.)
88
89
+Place GOROOT/bin at the beginning of PATH in 'go test'.
90
+This causes tests and generators that execute 'go' as a subprocess
91
+to use the same go command as the parent 'go test' command.
92
+
93
Go test runs in two different modes:
94
95
The first, called local directory mode, occurs when go test is
0 commit comments