Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/go: vendor experiment and running tests on ./... #12239

Closed
pkieltyka opened this issue Aug 20, 2015 · 1 comment
Closed

cmd/go: vendor experiment and running tests on ./... #12239

pkieltyka opened this issue Aug 20, 2015 · 1 comment
Milestone

Comments

@pkieltyka
Copy link

$ cd $GOPATH/myproject
$ GO15VENDOREXPERIMENT=1 go test ./...

will run the tests in ./vendor since the ./... will expand there as well, I believe ./vendor should be skipped in that instance

@ianlancetaylor ianlancetaylor added this to the Go1.6 milestone Aug 21, 2015
@minux
Copy link
Member

minux commented Aug 24, 2015

Merged into #11659.

@minux minux closed this as completed Aug 24, 2015
@golang golang locked and limited conversation to collaborators Feb 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants