Skip to content

Commit

Permalink
Fail make test if ontologies are not identical
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaoverton committed Jun 4, 2024
1 parent 15bec6d commit bc6707e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,5 @@ test: tests/prefix/prefix.tsv | bin/ldtab bin/robot build/ $(ontology)
ldtab import $(DB) $(ontology)
ldtab export $(DB) build/ontology.ttl --format ttl
robot convert --input build/ontology.ttl --output build/ontology.owl
robot diff --left $(ontology) --right build/ontology.owl
robot diff --left $(ontology) --right build/ontology.owl \
| grep 'Ontologies are identical'

0 comments on commit bc6707e

Please sign in to comment.