summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBjörn Mattsson <bjorn@sunet.se>2022-09-23 12:09:08 +0200
committerBjörn Mattsson <bjorn@sunet.se>2022-09-23 12:09:08 +0200
commit7994b922879a29981398ee7784d531db112a05bb (patch)
tree2d19cf718c66ca8af9945cc71306b6a7c3744dc2 /Makefile
parentf59fa1ec30c3e4ea3db12216ed467e6cce3d5a3a (diff)
Restored testIdPinSP in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2ccbf77d..8201668b 100644
--- a/Makefile
+++ b/Makefile
@@ -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/.*/&/' ; 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/.*/&/' ; 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/.*/&/' ; done | grep . && exit 1 || exit 0
testMDUIreach:
@echo "Check that MDUI URLs are reachable"