diff options
author | Fredrik Domeij <fredrik.domeij@umu.se> | 2020-10-27 12:37:12 +0100 |
---|---|---|
committer | Fredrik Domeij <fredrik.domeij@umu.se> | 2020-10-27 12:37:12 +0100 |
commit | 0845630639ad1d46813368cc56ef1c9a6347ea2f (patch) | |
tree | 6ad5840352cd1c1cc4a27cd309456d7496a72452 | |
parent | 8bbc085b2add99369aac8542821614e5ed6479cb (diff) |
only complain about CoCo if shell is interactive
-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" |