Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ all: \
source $(tests_srcdir)/venv/bin/activate \
&& case_validate \
--allow-infos \
--debug \
--format turtle \
--output __$@ \
$< \
Expand Down
12 changes: 0 additions & 12 deletions tests/case_utils/case_validate/cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ errant_cdo_concept_PASS.txt: \
source $(tests_srcdir)/venv/bin/activate \
&& case_validate \
--allow-warnings \
--debug \
errant_cdo_concept.ttl \
> _$@
mv _$@ $@
Expand All @@ -94,7 +93,6 @@ errant_cdo_concept_XFAIL.txt: \
source $(tests_srcdir)/venv/bin/activate \
&& case_validate \
errant_cdo_concept.ttl \
--debug \
> _$@ \
; test 1 -eq $$?
test -s _$@
Expand All @@ -109,7 +107,6 @@ format_human_output_%: \
rm -f _$@
source $(tests_srcdir)/venv/bin/activate \
&& case_validate \
--debug \
--format human \
--output _$@ \
$<
Expand All @@ -124,7 +121,6 @@ format_human_output_unspecified.txt: \
rm -f _$@
source $(tests_srcdir)/venv/bin/activate \
&& case_validate \
--debug \
--format human \
$< \
> _$@
Expand All @@ -141,7 +137,6 @@ format_jsonld_output_%: \
rm -f __$@ _$@
source $(tests_srcdir)/venv/bin/activate \
&& case_validate \
--debug \
--format json-ld \
--output __$@ \
$<
Expand All @@ -161,7 +156,6 @@ format_jsonld_output_unspecified.jsonld: \
rm -f __$@ _$@
source $(tests_srcdir)/venv/bin/activate \
&& case_validate \
--debug \
--format json-ld \
$< \
> __$@
Expand All @@ -181,7 +175,6 @@ format_turtle_output_%: \
rm -f _$@
source $(tests_srcdir)/venv/bin/activate \
&& case_validate \
--debug \
--format turtle \
--output _$@ \
$<
Expand All @@ -196,7 +189,6 @@ format_turtle_output_unspecified.ttl: \
rm -f _$@
source $(tests_srcdir)/venv/bin/activate \
&& case_validate \
--debug \
--format turtle \
$< \
> _$@
Expand All @@ -211,7 +203,6 @@ format_unspecified_output_%: \
rm -f _$@
source $(tests_srcdir)/venv/bin/activate \
&& case_validate \
--debug \
--output _$@ \
$<
mv _$@ $@
Expand All @@ -225,7 +216,6 @@ format_unspecified_output_unspecified.txt: \
rm -f _$@
source $(tests_srcdir)/venv/bin/activate \
&& case_validate \
--debug \
$< \
> _$@
mv _$@ $@
Expand Down Expand Up @@ -270,7 +260,6 @@ split_data_graph_PASS.txt: \
rm -f _$@
source $(tests_srcdir)/venv/bin/activate \
&& case_validate \
--debug \
split_data_graph_1.json \
split_data_graph_2.json \
> _$@
Expand All @@ -285,7 +274,6 @@ split_data_graph_XFAIL.txt: \
rm -f _$@
source $(tests_srcdir)/venv/bin/activate \
&& case_validate \
--debug \
split_data_graph_1.json \
> _$@ \
; rc=$$? ; test 1 -eq $$rc
Expand Down
3 changes: 0 additions & 3 deletions tests/case_utils/case_validate/uco_test_examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ all: \
source $(tests_srcdir)/venv/bin/activate \
&& case_validate \
--allow-warnings \
--debug \
--format turtle \
$< \
> __$@ \
Expand Down Expand Up @@ -122,7 +121,6 @@ rdf_list_XFAIL_validation.ttl: \
source $(tests_srcdir)/venv/bin/activate \
&& case_validate \
--allow-warnings \
--debug \
--format turtle \
--review-tbox \
$< \
Expand Down Expand Up @@ -153,7 +151,6 @@ owl_properties_XFAIL_validation.ttl: \
source $(tests_srcdir)/venv/bin/activate \
&& case_validate \
--allow-warnings \
--debug \
--format turtle \
--review-tbox \
$< \
Expand Down