diff options
author | Björn Mattsson <bjorn@sunet.se> | 2022-09-23 12:09:08 +0200 |
---|---|---|
committer | Björn Mattsson <bjorn@sunet.se> | 2022-09-23 12:09:08 +0200 |
commit | 7994b922879a29981398ee7784d531db112a05bb (patch) | |
tree | 2d19cf718c66ca8af9945cc71306b6a7c3744dc2 /Makefile | |
parent | f59fa1ec30c3e4ea3db12216ed467e6cce3d5a3a (diff) |
Restored testIdPinSP in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -202,8 +202,8 @@ testMDUI: @#for x in `find $(SRCDIRS) -name \*.xml`; do if cat $$x | sed -n '/IDPSSODescriptor/,/\/IDPSSODescriptor/p' | grep -q 'Logo .*http://' ; then echo " $$x" | sed 's/.*/[1;31m&[0m/' ; fi ; done | grep . && exit 1 || exit 0 testIdPinSP: - @#echo "Check that SP:s does not define IDPSSODescriptor" - @#for spfile in `cat swamid-sp-2.0.mxml swamid-externals-sp-2.0.xml | grep -v "\.mxml$$" | grep "xi:include" | awk -F\" '{print $$2}'` ; do grep -q IDPSSODescriptor $$spfile && echo " $$spfile" | sed 's/.*/[1;31m&[0m/' ; done | grep . && exit 1 || exit 0 + @echo "Check that SP:s does not define IDPSSODescriptor" + @for spfile in `cat swamid-sp-2.0.mxml swamid-externals-sp-2.0.xml | grep -v "\.mxml$$" | grep "xi:include" | awk -F\" '{print $$2}'` ; do grep -q IDPSSODescriptor $$spfile && echo " $$spfile" | sed 's/.*/[1;31m&[0m/' ; done | grep . && exit 1 || exit 0 testMDUIreach: @echo "Check that MDUI URLs are reachable" |