Skip to content

Commit 94130d4

Browse files
committed
Allow warnings in re-runs of upstream validation tests
With UCO CP-100, validation results will include allowing `sh:conforms true` with `sh:Info`-severity `sh:ValidationResult`s. No effect was observed on Make-managed files in this test subdirectory. References: * [UCO OC-12] (CP-100) UCO's idea of "Open vocabulary" does not agree with its implementation with owl:oneOf Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent f29ee4d commit 94130d4

File tree

2 files changed

+2
-0
lines changed
  • tests/case_utils/case_validate

2 files changed

+2
-0
lines changed

tests/case_utils/case_validate/case_test_examples/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ all: \
4848
rm -f __$@ _$@
4949
source $(tests_srcdir)/venv/bin/activate \
5050
&& case_validate \
51+
--allow-warnings \
5152
--debug \
5253
--format turtle \
5354
--output __$@ \

tests/case_utils/case_validate/uco_test_examples/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ all: \
5252
$(top_srcdir)/case_utils/ontology/__init__.py
5353
source $(tests_srcdir)/venv/bin/activate \
5454
&& case_validate \
55+
--allow-warnings \
5556
--debug \
5657
--format turtle \
5758
$< \

0 commit comments

Comments
 (0)