Unverified Commit b8587b2b by Kubernetes Prow Robot Committed by GitHub

Merge pull request #71 from wozniakjan/test-vet

Change 'make test-vet' back to call 'go vet'
parents d717c8c4 fdb32183
...@@ -113,7 +113,7 @@ test-go: ...@@ -113,7 +113,7 @@ test-go:
test: test-vet test: test-vet
test-vet: test-vet:
@ echo; echo "### $@:" @ echo; echo "### $@:"
go test $(GOFLAGS_VENDOR) `go list $(GOFLAGS_VENDOR) ./... | grep -v vendor $(TEST_VET_FILTER_CMD)` go vet $(GOFLAGS_VENDOR) `go list $(GOFLAGS_VENDOR) ./... | grep -v vendor $(TEST_VET_FILTER_CMD)`
.PHONY: test-fmt .PHONY: test-fmt
test: test-fmt test: test-fmt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment