Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#12 from pohly/local-e2e-suite
Browse files Browse the repository at this point in the history
build.make: avoid unit-testing E2E test suite
  • Loading branch information
k8s-ci-robot committed Mar 29, 2019
2 parents 34010e7 + 104a1ac commit 3b6af7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.make
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b6af7b

Please sign in to comment.