try to figure out testing flags

This commit is contained in:
Nicholas Orlowsky 2023-04-25 19:24:34 -05:00
parent 3714c2c426
commit 6d96e111c8
No known key found for this signature in database
GPG key ID: 58832FD3AC16C706
4 changed files with 9 additions and 59 deletions

View file

@ -167,7 +167,7 @@ kind-e2e-chart-tests: ## Run helm chart e2e tests
e2e-test-binary: ## Build binary for e2e tests.
@build/run-in-docker.sh \
MAC_OS=$(MAC_OS) \
ginkgo build ./test/e2e
ginkgo build ./test/e2e -tags linux
.PHONY: print-e2e-suite
print-e2e-suite: e2e-test-binary ## Prints information about the suite of e2e tests.