diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -263,7 +263,7 @@ testRoleDescriptor: @#for x in `find $(SRCDIRS) -name \*.xml`; do \ #grep -EH 'RoleDescriptor.*xsi:type="fed:(ApplicationServiceType|SecurityTokenServiceType)"' $$x | \ #sed -e 's/^/ /' -e 's/xmlns.*xsi:type="fed:/xsi:type="fed:/' -e 's/ protocol.*>/>/' -e 's/.*/[1;31m&[0m/' ; \ - d#one | grep . && exit 1 || exit 0 + #done | grep . && exit 1 || exit 0 testAttributeInIdP: @#echo "Check for Attribute inside IDPSSODescriptor" |