]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: simplify old code
authorAustin Clements <austin@google.com>
Sat, 12 Nov 2022 02:57:57 +0000 (21:57 -0500)
committerAustin Clements <austin@google.com>
Wed, 16 Nov 2022 21:35:25 +0000 (21:35 +0000)
commit4d1052b0d4e8916fefb542ba8a6f9d325db214f6
treead00a2d4034a60f6da8b932d0edebc661c8d0f5d
parentbf5b58708931bcbc04f5bb1359093c6fbc01cf0c
cmd/dist: simplify old code

Now that all uses of "go test" have been converted over to the new
abstraction, we can delete the old helpers for building "go test"
commands and simplify some code that's only used by the new
abstraction now.

For #37486.

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