]> Cypherpunks.ru repositories - gostls13.git/commit
all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within std or cmd
authorBryan C. Mills <bcmills@google.com>
Tue, 5 Mar 2019 13:51:44 +0000 (08:51 -0500)
committerBryan C. Mills <bcmills@google.com>
Tue, 5 Mar 2019 18:21:29 +0000 (18:21 +0000)
commit9670e81c2e776b4781bc4cecddf45052ebf0afe6
tree39085167c8c83b96e423334cfa67c62d973e96ab
parente44a031651d042107d446b4038a70c6da763e2d5
all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within std or cmd

Updates #30228
Updates #30240
Updates #30241

Change-Id: Idc311ba77e99909318b5b86f8ef82d4878f73e47
Reviewed-on: https://go-review.googlesource.com/c/go/+/165378
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
18 files changed:
src/cmd/addr2line/addr2line_test.go
src/cmd/compile/internal/gc/scope_test.go
src/cmd/cover/cover_test.go
src/cmd/go/go_test.go
src/cmd/internal/obj/x86/obj6_test.go
src/cmd/link/internal/ld/ld_test.go
src/cmd/link/link_test.go
src/cmd/nm/nm_test.go
src/cmd/objdump/objdump_test.go
src/cmd/vet/all/main.go
src/cmd/vet/vet_test.go
src/crypto/x509/x509_test.go
src/debug/gosym/pclntab_test.go
src/go/importer/importer_test.go
src/go/internal/srcimporter/srcimporter_test.go
src/internal/testenv/testenv.go
src/runtime/crash_test.go
src/runtime/pprof/proto_test.go