]> Cypherpunks repositories - gostls13.git/commit
all: replace os.Getenv("GO_BUILDER_NAME") with testenv.Builder in tests
authorMichael Anthony Knyszek <mknyszek@google.com>
Thu, 11 Sep 2025 23:48:04 +0000 (23:48 +0000)
committerMichael Knyszek <mknyszek@google.com>
Mon, 15 Sep 2025 21:21:33 +0000 (14:21 -0700)
commit004858ccddb2f092d3413e96ba8526a8df8e3906
tree4dd8105c7243cd66c3850ba405b4747995088b65
parentdbde15800c97e425f4ad1b47c1ee0c302f963fb5
all: replace os.Getenv("GO_BUILDER_NAME") with testenv.Builder in tests

Some tests still reach for GO_BUILDER_NAME directly. This change makes
it so that they go through testenv.Builder.

There are a couple more, but changing them may also cause tests to start
failing. Done in a follow-up.

Change-Id: Id2453b7b62f5ebf3594e92fa53724a577a97440f
Reviewed-on: https://go-review.googlesource.com/c/go/+/703135
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/cgo/internal/testcarchive/carchive_test.go
src/cmd/cgo/internal/testcshared/cshared_test.go
src/cmd/cgo/internal/testplugin/plugin_test.go
src/cmd/cgo/internal/testshared/shared_test.go
src/cmd/link/link_test.go
src/syscall/getdirentries_test.go