mirror of
https://github.com/golang/go.git
synced 2025-12-28 06:34:04 +00:00
cmd/go/testdata/script: skip vet_cache in short mode
vet_cache uses a clean cache Change-Id: I68e9f32e60ad228785e9bf28f1c3a42e6a6a6964 Reviewed-on: https://go-review.googlesource.com/c/go/+/726961 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Michael Matloob <matloob@golang.org> Reviewed-by: Alan Donovan <adonovan@google.com> Reviewed-by: Michael Matloob <matloob@google.com>
This commit is contained in:
parent
96e142ba2b
commit
b133524c0f
2
src/cmd/go/testdata/script/vet_cache.txt
vendored
2
src/cmd/go/testdata/script/vet_cache.txt
vendored
@ -1,6 +1,8 @@
|
||||
# Test that go vet's caching of vet tool actions replays
|
||||
# the recorded stderr output even after a cache hit.
|
||||
|
||||
[short] skip 'uses a fresh build cache'
|
||||
|
||||
# Set up fresh GOCACHE.
|
||||
env GOCACHE=$WORK/gocache
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user