Skip to content

Commit 20be3f1

Browse files
UPSTREAM: <carry>: [Default Catalog Consistency Test]: fix junit output format to allow generate xml
1 parent 694e8d7 commit 20be3f1

File tree

1 file changed

+1
-1
lines changed
  • openshift/default-catalog-consistency

1 file changed

+1
-1
lines changed

openshift/default-catalog-consistency/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ help: #HELP Display essential help.
2525

2626
.PHONY: test-catalog
2727
test-catalog: #HELP Run the set of tests to validate the quality of catalogs
28-
E2E_GINKGO_OPTS="$(if $(ARTIFACT_DIR),--output-dir='$(ARTIFACT_DIR)') --junit-report junit_e2e.xml" \
28+
E2E_GINKGO_OPTS="$(if $(ARTIFACT_DIR),--output-dir='$(ARTIFACT_DIR)') --junit-report=junit_e2e.xml" \
2929
go test -count=1 -v ./test/validate/...;
3030

3131
#SECTION Development

0 commit comments

Comments
 (0)