Skip to content

Commit 9d10b69

Browse files
openshift-merge-bot[bot]Per Goncalves da Silva
authored andcommitted
Merge pull request #832 from perdasilva/perdasilva/junittg
NO-ISSUE: Update junit report file name to show spec results on Test Grid
1 parent 97a3268 commit 9d10b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ e2e/olm: ## Run e2e olm tests
136136
E2E_TEST_NS=openshift-operators \
137137
E2E_TIMEOUT=135m \
138138
KUBECTL=oc \
139-
E2E_GINKGO_OPTS="$(if $(ARTIFACT_DIR),--output-dir='$(ARTIFACT_DIR)') --junit-report olm-e2e-junit.xml" \
139+
E2E_GINKGO_OPTS="$(if $(ARTIFACT_DIR),--output-dir='$(ARTIFACT_DIR)') --junit-report junit_e2e.xml" \
140140
E2E_OPTS="-communityOperators=quay.io/olmtest/test-catalog:v1.39.0" \
141141
$(MAKE) e2e
142142

0 commit comments

Comments
 (0)