diff options
author | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2017-11-14 12:57:10 +0100 |
---|---|---|
committer | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2017-11-14 12:57:10 +0100 |
commit | 7c050702ffbb861cbbfb41c95d57fa167253e03c (patch) | |
tree | 421086dead9b7fc38b46cfb1b3e08519f0f666c4 /Makefile | |
parent | 1707f09c34ce4b9eeef8e5fdf1fa902c6e61ada0 (diff) |
Cleaned sp-with-simplesign and added check for missing xml-files in sp-with-simplesign
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -193,6 +193,7 @@ testEntCat: testSimpleSign: @echo "Check for new SP:s with SimpleSign (breaks ADFS IdP:s with Shib SP 2.5+)" + @for x in `grep -v "#" sp-with-simplesign`; do if [ ! -r swamid-2.0/$$x ] ; then echo $$x saknas; fi ; done | grep . && exit 1 || exit 0 @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/.*/[1;31m&[0m/' ; fi ; done | grep . && exit 1 || exit 0 testALlevel: |