Skip to content

Commit b133524

Browse files
matloobgopherbot
authored andcommitted
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>
1 parent 96e142b commit b133524

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cmd/go/testdata/script/vet_cache.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Test that go vet's caching of vet tool actions replays
22
# the recorded stderr output even after a cache hit.
33

4+
[short] skip 'uses a fresh build cache'
5+
46
# Set up fresh GOCACHE.
57
env GOCACHE=$WORK/gocache
68

0 commit comments

Comments
 (0)