]> Cypherpunks repositories - gostls13.git/commit
cmd/go: convert TestCacheVet to a script
authorBryan C. Mills <bcmills@google.com>
Tue, 12 Nov 2019 19:55:42 +0000 (14:55 -0500)
committerBryan C. Mills <bcmills@google.com>
Tue, 12 Nov 2019 20:54:41 +0000 (20:54 +0000)
commita3ffb8a1ac0edc57fff7dd8d79e3ff9129ed6708
tree24c1a3c6f5d5629227a52a19c9f6a12f7aaae1ce
parent4d0ed149ffc94af16156307f08418b65ca084185
cmd/go: convert TestCacheVet to a script

This test was failing when GOROOT was read-only.

(I'm not sure why that was the case, but it's simpler to convert to to
a script than to try to debug the non-script test.)

Updates #28387

Change-Id: I9943e28d990e5d8b01da10e70531f3ab99e319a7
Reviewed-on: https://go-review.googlesource.com/c/go/+/206897
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Jay Conrod <jayconrod@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/go_test.go
src/cmd/go/script_test.go
src/cmd/go/testdata/script/README
src/cmd/go/testdata/script/cache_vet.txt [new file with mode: 0644]