From d7bb3b795461e35b5ec14765622a795f3889eb3f Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 27 Jul 2026 12:23:49 -0400 Subject: [PATCH] Remove debug flag in CI calls No effects were observed on Make-managed files. Signed-off-by: Alex Nelson --- .../case_validate/case_test_examples/Makefile | 1 - tests/case_utils/case_validate/cli/Makefile | 12 ------------ .../case_validate/uco_test_examples/Makefile | 3 --- 3 files changed, 16 deletions(-) diff --git a/tests/case_utils/case_validate/case_test_examples/Makefile b/tests/case_utils/case_validate/case_test_examples/Makefile index c6d4b38..0adb75e 100644 --- a/tests/case_utils/case_validate/case_test_examples/Makefile +++ b/tests/case_utils/case_validate/case_test_examples/Makefile @@ -54,7 +54,6 @@ all: \ source $(tests_srcdir)/venv/bin/activate \ && case_validate \ --allow-infos \ - --debug \ --format turtle \ --output __$@ \ $< \ diff --git a/tests/case_utils/case_validate/cli/Makefile b/tests/case_utils/case_validate/cli/Makefile index b63204e..dae6ce2 100644 --- a/tests/case_utils/case_validate/cli/Makefile +++ b/tests/case_utils/case_validate/cli/Makefile @@ -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 _$@ $@ @@ -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 _$@ @@ -109,7 +107,6 @@ format_human_output_%: \ rm -f _$@ source $(tests_srcdir)/venv/bin/activate \ && case_validate \ - --debug \ --format human \ --output _$@ \ $< @@ -124,7 +121,6 @@ format_human_output_unspecified.txt: \ rm -f _$@ source $(tests_srcdir)/venv/bin/activate \ && case_validate \ - --debug \ --format human \ $< \ > _$@ @@ -141,7 +137,6 @@ format_jsonld_output_%: \ rm -f __$@ _$@ source $(tests_srcdir)/venv/bin/activate \ && case_validate \ - --debug \ --format json-ld \ --output __$@ \ $< @@ -161,7 +156,6 @@ format_jsonld_output_unspecified.jsonld: \ rm -f __$@ _$@ source $(tests_srcdir)/venv/bin/activate \ && case_validate \ - --debug \ --format json-ld \ $< \ > __$@ @@ -181,7 +175,6 @@ format_turtle_output_%: \ rm -f _$@ source $(tests_srcdir)/venv/bin/activate \ && case_validate \ - --debug \ --format turtle \ --output _$@ \ $< @@ -196,7 +189,6 @@ format_turtle_output_unspecified.ttl: \ rm -f _$@ source $(tests_srcdir)/venv/bin/activate \ && case_validate \ - --debug \ --format turtle \ $< \ > _$@ @@ -211,7 +203,6 @@ format_unspecified_output_%: \ rm -f _$@ source $(tests_srcdir)/venv/bin/activate \ && case_validate \ - --debug \ --output _$@ \ $< mv _$@ $@ @@ -225,7 +216,6 @@ format_unspecified_output_unspecified.txt: \ rm -f _$@ source $(tests_srcdir)/venv/bin/activate \ && case_validate \ - --debug \ $< \ > _$@ mv _$@ $@ @@ -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 \ > _$@ @@ -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 diff --git a/tests/case_utils/case_validate/uco_test_examples/Makefile b/tests/case_utils/case_validate/uco_test_examples/Makefile index ccba4cd..636b4a8 100644 --- a/tests/case_utils/case_validate/uco_test_examples/Makefile +++ b/tests/case_utils/case_validate/uco_test_examples/Makefile @@ -92,7 +92,6 @@ all: \ source $(tests_srcdir)/venv/bin/activate \ && case_validate \ --allow-warnings \ - --debug \ --format turtle \ $< \ > __$@ \ @@ -122,7 +121,6 @@ rdf_list_XFAIL_validation.ttl: \ source $(tests_srcdir)/venv/bin/activate \ && case_validate \ --allow-warnings \ - --debug \ --format turtle \ --review-tbox \ $< \ @@ -153,7 +151,6 @@ owl_properties_XFAIL_validation.ttl: \ source $(tests_srcdir)/venv/bin/activate \ && case_validate \ --allow-warnings \ - --debug \ --format turtle \ --review-tbox \ $< \