]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go/testdata/script: skip vet_cache in short mode
authorMichael Matloob <matloob@golang.org>
Thu, 4 Dec 2025 20:32:53 +0000 (15:32 -0500)
committerGopher Robot <gobot@golang.org>
Fri, 5 Dec 2025 19:51:56 +0000 (11:51 -0800)
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>
src/cmd/go/testdata/script/vet_cache.txt

index c84844000a43d0ffe41dc9e81925248022566d70..624df5573240c12556d7196d9721c17ffa9ea774 100644 (file)
@@ -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