Skip to content

Commit

Permalink
Merge pull request #66 from razo7/test-e2e-non-aws
Browse files Browse the repository at this point in the history
test-e2e target for any platform
  • Loading branch information
openshift-merge-robot authored Jul 17, 2023
2 parents 9893bf8 + 9258075 commit 30aa445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,6 @@ ocp-aws-credentials: ## Add CredentialsRequest for OCP on AWS
# --keep-going: If set, failures from earlier test suites do not prevent later test suites from running.
# --require-suite: If set, Ginkgo fails if there are ginkgo tests in a directory but no invocation of RunSpecs.
# --vv: If set, emits with maximal verbosity - includes skipped and pending tests.
test-e2e: ocp-aws-credentials ginkgo ## Run end to end (E2E) tests
test-e2e: ginkgo ## Run end to end (E2E) tests
@test -n "${KUBECONFIG}" -o -r ${HOME}/.kube/config || (echo "Failed to find kubeconfig in ~/.kube/config or no KUBECONFIG set"; exit 1)
$(GINKGO) -r --keep-going --require-suite --vv ./test/e2e -coverprofile cover.out

0 comments on commit 30aa445

Please sign in to comment.