From 0845630639ad1d46813368cc56ef1c9a6347ea2f Mon Sep 17 00:00:00 2001 From: Fredrik Domeij Date: Tue, 27 Oct 2020 12:37:12 +0100 Subject: only complain about CoCo if shell is interactive --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 45e911e4..1cc79b94 100644 --- a/Makefile +++ b/Makefile @@ -167,8 +167,7 @@ testGeantCoCo: if [ -z "$$requestedAttribute" ] ; then echo " Missing RequestedAttribute"'' ; fi ; \ ) | sed "1s;..*; [1\;31m$$x\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" -- cgit v1.2.3