test fix for CI tput errors

pull/110/head
Andre Richter 3 years ago
parent 2f90304149
commit e7b890c084
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -1,5 +1,5 @@
define colorecho
@tput setaf 6
@tput setaf 6 2> /dev/null || true
@echo $1
@tput sgr0
@tput sgr0 2> /dev/null || true
endef

Loading…
Cancel
Save