Skip to content

Commit 431ca46

Browse files
Merge pull request #2411 from kaovilai/issue-2410-oadp-1.4-junit-report
[oadp-1.4] Add --ginkgo.junit-report flag to test-e2e target
2 parents a5a8583 + ceb152b commit 431ca46

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,7 @@ test-e2e: test-e2e-setup install-ginkgo $(if $(MUST_GATHER_REPO),build-must-gath
676676
--ginkgo.vv \
677677
--ginkgo.no-color=$(OPENSHIFT_CI) \
678678
--ginkgo.label-filter="$(TEST_FILTER)" \
679+
--ginkgo.junit-report="$(ARTIFACT_DIR)/junit_report.xml" \
679680
--ginkgo.timeout=2h
680681

681682
.PHONY: test-e2e-cleanup

0 commit comments

Comments
 (0)