diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -167,8 +167,7 @@ testGeantCoCo: if [ -z "$$requestedAttribute" ] ; then echo " Missing RequestedAttribute"'' ; fi ; \ ) | sed "1s;..*; [1\;31m$$x[0m\n&;" | grep . && echo " " ; \ fi ; \ - done -# done | grep . && exit 1 || exit 0 + done | grep . && tty -s && exit 1 || exit 0 testEduGAINchecks: @echo "Checking for attributes not allowed in entities exported to eduGAIN" |