We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a98cae commit 7ef4796Copy full SHA for 7ef4796
1 file changed
Makefile
@@ -107,7 +107,7 @@ reason-combined: $(combined-file) | $(ROBOT_FILE)
107
java -jar $(ROBOT_FILE) reason --input $(combined-file) --catalog src/cco-modules/catalog-v001.xml --reasoner HermiT
108
109
test-combined: $(combined-file) | $(ROBOT_FILE)
110
- java -jar $(ROBOT_FILE) verify --input $(combined-file) --output-dir $(config.REPORTS_DIR) --queries $(QUERIES) --fail-on-violation false || true
+ java -jar $(ROBOT_FILE) verify --input $(combined-file) --catalog src/cco-modules/catalog-v001.xml --output-dir $(config.REPORTS_DIR) --queries $(QUERIES) --fail-on-violation false || true
111
112
.PHONY: report-edit
113
report-edit: TEST_INPUT = $(EDITOR_BUILD_FILE)
0 commit comments