summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 823a0849..f0254c5b 100644
--- a/Makefile
+++ b/Makefile
@@ -167,7 +167,8 @@ testGeantCoCo:
if [ -z "$$requestedAttribute" ] ; then echo " Missing RequestedAttribute"'' ; fi ; \
) | sed "1s;..*; [1\;31m$$x\n&;" | grep . && echo " " ; \
fi ; \
- done | grep . && exit 1 || exit 0
+ done
+# done | grep . && exit 1 || exit 0
testEduGAINchecks:
@echo "Checking for attributes not allowed in entities exported to eduGAIN"