From b220e67748e0a20530af7a04819835988e968aa3 Mon Sep 17 00:00:00 2001 From: Fredrik Åslund Date: Tue, 25 Jun 2013 16:20:07 +0200 Subject: make clean before make test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a86697e2..b52d994a 100644 --- a/Makefile +++ b/Makefile @@ -132,7 +132,7 @@ swamid-ki-sll: @saml-md-tool swamid-ki-sll-1.0 update --key=$(KEY) --cert=$(CERT) --pwd=$(PASS) @test -s swamid-ki-sll-1.0.xml && cp swamid-ki-sll-1.0.xml $(DEST) -test: swamid2-deps +test: clean swamid2-deps @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/&/' @for x in $(MXML); do xmllint --xinclude --nowarning --noout --path schema --schema schema.xsd $$x > /dev/null 2>&1 || exit 1 ; done -- cgit v1.2.3