Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mereolog authored Sep 27, 2024
1 parent 8bca4e8 commit 69f6e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publisher/product/ontology/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ function runHygieneTests() {
if [ -s "${source_family_root}/${SPEC}" ] && [ ! -d "${source_family_root}/${SPEC}" ] ; then
rm -f ${TMPDIR}/output.json
logItem "${SPEC}" "$(getOntologyIRI < "${source_family_root}/${SPEC}")"
timeout --foreground -s KILL ${CONSISTENCY_CHECK_TIMEOUT:-1h} ${ONTOVIEWER_TOOLKIT_JAVA} -Xmx24G --data "${source_family_root}/${SPEC}" \
timeout --foreground -s KILL ${CONSISTENCY_CHECK_TIMEOUT:-1h} java -Xmx24G -Dlogging.level.org.edmcouncil.spec.ontoviewer=INFO -Dlogging.level.org.edmcouncil.spec.ontoviewer.toolkit=DEBUG -Dlogging.level.org.springframework=INFO -jar ${ONTOVIEWER_TOOLKIT_JAR} --data "${source_family_root}/${SPEC}" \
--output ${TMPDIR}/output.json $(test -s "${source_family_root}/catalog-v001.xml" && echo "--ontology-mapping ${source_family_root}/catalog-v001.xml") \
--goal consistency-check &>> "${hygiene_product_tag_root}/consistency-check.log"
local ret=$?
Expand Down

0 comments on commit 69f6e21

Please sign in to comment.