We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694e8d7 commit 20be3f1Copy full SHA for 20be3f1
openshift/default-catalog-consistency/Makefile
@@ -25,7 +25,7 @@ help: #HELP Display essential help.
25
26
.PHONY: test-catalog
27
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" \
+ E2E_GINKGO_OPTS="$(if $(ARTIFACT_DIR),--output-dir='$(ARTIFACT_DIR)') --junit-report=junit_e2e.xml" \
29
go test -count=1 -v ./test/validate/...;
30
31
#SECTION Development
0 commit comments