From 81a3cf90fa1d166fa6937e8c5fa04e487fd984cd Mon Sep 17 00:00:00 2001 From: Fredrik Åslund Date: Wed, 9 Apr 2014 08:22:36 +0200 Subject: new keys for samltest SWAMIDOPS-7208 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9c0bc213..160c6577 100644 --- a/Makefile +++ b/Makefile @@ -134,7 +134,7 @@ committest: test @for x in `find $(SRCDIRS) -name \*.xml`; do if ! grep -qx `basename $$x` sp-with-simplesign && grep -q HTTP-POST-SimpleSign $$x ; then echo " $$x" ; fi ; done | grep . && exit 1 || true commit: tidy committest - @git diff --color + @git diff --color || true @echo ; echo -n "Run 'git commit -a'? [Y/n/skip] " ; read x ; case $$x in "Y"|"y"|"") git commit -a ;; s|skip) ;; *) exit 1 ;; esac @git status -u @echo "Checking for not committed files in swamid-2.0/" ; if git status --porcelain --ignored | awk '{print $$2}' | grep "^swamid-2.0/" | sed 's/^/ /' | grep . ; then echo "Not committed files in swamid-2.0/, aborting" ; exit 1 ; fi -- cgit v1.2.3