diff options
| author | Michael Matloob <matloob@golang.org> | 2025-12-04 15:32:53 -0500 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-12-05 11:51:56 -0800 |
| commit | b133524c0f661b88fc31db0076a939e1466c8aad (patch) | |
| tree | ec8449fff98e96c30c133c6ed5609200309d1dfc /src | |
| parent | 96e142ba2bfe5fe483f5364df91222c19ac13c49 (diff) | |
| download | go-b133524c0f661b88fc31db0076a939e1466c8aad.tar.xz | |
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>
Diffstat (limited to 'src')
| -rw-r--r-- | src/cmd/go/testdata/script/vet_cache.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/go/testdata/script/vet_cache.txt b/src/cmd/go/testdata/script/vet_cache.txt index c84844000a..624df55732 100644 --- a/src/cmd/go/testdata/script/vet_cache.txt +++ b/src/cmd/go/testdata/script/vet_cache.txt @@ -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 |
