]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: remove GOTESTONLY environment variable
authorDmitri Shuralyov <dmitshur@golang.org>
Fri, 2 Dec 2022 18:33:04 +0000 (13:33 -0500)
committerGopher Robot <gobot@golang.org>
Fri, 20 Jan 2023 17:47:38 +0000 (17:47 +0000)
commite7495d873703b0f1602d796b147e56b5c432b1d5
tree7b531fba1900588184ebf8edebc6f9511c0a5d55
parent09d852ceac9da5cf879b3a2f8146c5d0dd4b26fa
cmd/dist: remove GOTESTONLY environment variable

This hook was added for the Go build system (x/build) to be able to set
the run flag value, but it's no longer used anywhere. Remove it for now.

Updates #46054.

Change-Id: I64e7d68d2b270303f3bd54f73079600f209e350a
Reviewed-on: https://go-review.googlesource.com/c/go/+/455519
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Austin Clements <austin@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/dist/test.go