-
Notifications
You must be signed in to change notification settings - Fork 17.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/go: permit "go list" error in some tests
The vendor_import test lists packages that are known bad (e.g. bad.go, invalid.go). Pass -e to permit error. The mod_vendor_auto test includes a package that imports a main package, which should be an error. Pass -e to permit error. Updates #59186. Change-Id: I3b63025c3935f55feda1a95151d4c688d0394644 Reviewed-on: https://go-review.googlesource.com/c/go/+/477838 Run-TryBot: Cherry Mui <cherryyz@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com>
- Loading branch information
Showing
2 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters