diff options
author | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2020-10-15 10:09:18 +0200 |
---|---|---|
committer | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2020-10-15 10:09:18 +0200 |
commit | fa0c2b0401129840c61a6cd9efe12de7649ec852 (patch) | |
tree | f6b2e5b6e1fdb6ee28bf2c18d1689b7229121e57 /Makefile | |
parent | 802a491b5993ad4cae0d5dbc28e17481585a3a35 (diff) |
Resolves SWAMID-3387
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/.*/[1;31m&[0m/' ; 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/.*/[1;31m&[0m/' ; fi ; done + @echo $< done @touch -r $< $@ |