]> Cypherpunks repositories - gostls13.git/commit
go/build: set GO111MODULE=off explicitly in TestImportVendor*
authorBryan C. Mills <bcmills@google.com>
Thu, 28 Feb 2019 21:47:17 +0000 (16:47 -0500)
committerBryan C. Mills <bcmills@google.com>
Fri, 1 Mar 2019 16:27:27 +0000 (16:27 +0000)
commit4e10ce45f5ea4f1328876c0defd7d8c8150fc397
treedcee33279970edf06ba60e14fa4edbed1d92d665
parent4f4c2a79d4f952b96d58aec2926b4c894245071b
go/build: set GO111MODULE=off explicitly in TestImportVendor*

These tests check for GOPATH-mode vendoring behavior, so make sure
they're in GOPATH mode.

Updates #30228

Change-Id: I646f59b67cb76dacd07adc3f6ed15ed63f4e22a4
Reviewed-on: https://go-review.googlesource.com/c/164620
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/go/build/build_test.go