summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFredrik Domeij <fredrik.domeij@umu.se>2017-02-28 09:03:13 +0100
committerFredrik Domeij <fredrik.domeij@umu.se>2017-02-28 09:03:13 +0100
commite2ab4f74c50ae2e555871eea08e792bedcc5f497 (patch)
tree48074a8fd61c1380e654f8d7a1969c8d81fe4dcf /Makefile
parent75b8cf92a880f7264670094edaa1508fc8007ffd (diff)
contact persons added for ladok3 devel sites
ladok3.its.umu.se-shibboleth.xml added obsolete ladok3 sites removed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3c527319..70d09f4d 100644
--- a/Makefile
+++ b/Makefile
@@ -185,7 +185,7 @@ testEntCat:
testSimpleSign:
@echo "Check for new SP:s with SimpleSign (breaks ADFS IdP:s with Shib SP 2.5+)"
- @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" | sed 's/.*/&/' ; fi ; done
+ @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" | sed 's/.*/&/' ; fi ; done | grep . && exit 1 || exit 0
testALlevel:
@echo "Check for IdP:s with AL2 without AL1"