From: Marc Cromme Date: Thu, 14 Feb 2008 15:31:30 +0000 (+0000) Subject: Disabeling XML schema check of config files, because they fail on yaz retrievalinfo... X-Git-Tag: METAPROXY.1.0.13~17 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=e5a8ade4f7a909099eb13d24ee2e9c78ce3bf250;p=metaproxy-moved-to-github.git Disabeling XML schema check of config files, because they fail on yaz retrievalinfo nodes. Works fine with RelagNG validation. Needs more investigation before automatic XML Schema tests can be added again. --- diff --git a/etc/Makefile.am b/etc/Makefile.am index 48ed80c..6518235 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.13 2008-01-30 11:42:01 adam Exp $ +# $Id: Makefile.am,v 1.14 2008-02-14 15:31:30 marc Exp $ # This doesn't actually build anything, it just tests whether the # configuration files here correspond with the schema. @@ -41,6 +41,7 @@ check_rng: check_xsd: if test `xmllint --version 2>&1 |head -1|awk '{print $$5}'` -gt 20622; then xmllint --noout --xinclude --schema $(xsd) $(xmlconfig); fi -check-local: check_rng check_xsd +#check-local: check_rng check_xsd +check-local: check_rng