summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2013-04-10 14:47:17 +0200
committerLeif Johansson <leifj@sunet.se>2013-04-10 14:47:17 +0200
commitabed962bdcdc97178d4bc658bdaa8a5892aa4e63 (patch)
treeb5deebe3209148889ef496f1a31d69500e6855fb /Makefile
parentcbc1bbbaed145de2dfd6b09387f55fa14786ccdc (diff)
parent3ec6224cc6cf1ad320a51edd64b415be4641aa09 (diff)
Merge branch 'master' of md-master.swamid.se:swamid-metadata
Conflicts: swamid-sp-2.0.mxml
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27b75c23..991ee5d0 100644
--- a/Makefile
+++ b/Makefile
@@ -132,7 +132,8 @@ swamid-ki-sll:
@test -s swamid-ki-sll-1.0.xml && cp swamid-ki-sll-1.0.xml $(DEST)
test: swamid2-deps
- @for x in $(MXML); do xmllint --xinclude --nowarning --noout --path schema --schema schema.xsd $$x; done
+ @for x in $(MXML); do xmllint --xinclude --nowarning --noout --path schema --schema schema.xsd $$x 2>&1 ; done | sed 's/fails to validate/&/;s/validates/&/'
clean:
@rm -f *.xml *.tbs *.n
+