summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBjörn Mattsson <Bjorn.Mattsson@bth.se>2020-10-15 10:09:18 +0200
committerBjörn Mattsson <Bjorn.Mattsson@bth.se>2020-10-15 10:09:18 +0200
commitfa0c2b0401129840c61a6cd9efe12de7649ec852 (patch)
treef6b2e5b6e1fdb6ee28bf2c18d1689b7229121e57 /Makefile
parent802a491b5993ad4cae0d5dbc28e17481585a3a35 (diff)
Resolves SWAMID-3387
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f0254c5b..45e911e4 100644
--- a/Makefile
+++ b/Makefile
@@ -305,6 +305,7 @@ test2: $(SWAMIDXML) schematest testMDUI testEntCat testSimpleSign testALlevel te
@#for x in `find $(SRCDIRS) -name \*.xml`; do if cat $$x | sed -n 's;.*<[a-z0-9:]*GeolocationHint>\(.*\)</[a-z0-9:]*GeolocationHint>;\1;p' | grep -q -vE '^$$|^geo:[0-9][0-9][0-9.]*,[0-9][0-9][0-9.]*$$' ; then echo " $$x" | sed 's/.*/&/' ; fi ; done
@#echo "Check for IdP:s with Logos over http"
@#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
+ @echo $< done
@touch -r $< $@