From c05db9c14b0ab9124d869f2bf2bf9f22ce918be8 Mon Sep 17 00:00:00 2001 From: Fredrik Åslund Date: Tue, 9 Apr 2013 13:57:45 +0200 Subject: ansi colorize make test --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 + -- cgit v1.2.3