Skip to content

Commit

Permalink
Append differential XML Schema validation for arbitrary XML directory
Browse files Browse the repository at this point in the history
  • Loading branch information
yokochi47 committed Apr 9, 2018
1 parent cbb3b70 commit 459c16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/validate_all_xml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [ ! -e $XSD2PGSCHEMA ] ; then
./scripts/update_extlibs.sh
fi

java -classpath $XSD2PGSCHEMA xmlvalidator --xsd $PDBX_VALIDATION_XSD --xml $XML_DIR
java -classpath $XSD2PGSCHEMA xmlvalidator --xsd $PDBX_VALIDATION_XSD --xml $XML_DIR --sync chk_sum_pdbx_valid

if [ $? != 0 ] ; then
echo "$0 aborted."
Expand Down

0 comments on commit 459c16c

Please sign in to comment.