Unverified Commit 3b6af7b1 by Kubernetes Prow Robot Committed by GitHub

Merge pull request #12 from pohly/local-e2e-suite

build.make: avoid unit-testing E2E test suite
parents 34010e75 104a1ac9
......@@ -98,7 +98,7 @@ test:
test: test-go
test-go:
@ echo; echo "### $@:"
go test `go list ./... | grep -v 'vendor' $(TEST_GO_FILTER_CMD)` $(TESTARGS)
go test `go list ./... | grep -v -e 'vendor' -e '/test/e2e$$' $(TEST_GO_FILTER_CMD)` $(TESTARGS)
.PHONY: test-vet
test: test-vet
......
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