Skip to content

Commit 0c01c63

Browse files
dtfranztmshort
authored andcommitted
UPSTREAM: <carry>: Add test-e2e target for downstream Makefile to be run by openshift/release.
Signed-off-by: dtfranz <dfranz@redhat.com>
1 parent e2f55b2 commit 0c01c63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

openshift/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ manifests: $(KUSTOMIZE) $(YQ)
1414
.PHONY: verify-manifests
1515
verify-manifests: manifests
1616
git diff --exit-code
17+
18+
.PHONY: test-e2e
19+
test-e2e: ## Run the e2e tests. TODO: stub until tests are working downstream
20+
/bin/true

0 commit comments

Comments
 (0)