Slow down output in the hope that it will avoid corruption of unicode characters by Travis

This commit is contained in:
Georges Dupéron 2018-06-28 19:32:45 +02:00
parent 9db77cfb69
commit 70a1d44c6a

View File

@ -28,6 +28,5 @@ done
| sed -n -r -e 's/^[0-9a-f]* (([0-9a-f]{2} ){8}) (([0-9a-f]{2} ){7}[0-9a-f]{2}).*$/\1\3/p' \
| tr '\n' ' ' \
| fold -w $((width*3)) \
| sed -r -e 's/([01])([0-7]) /[\1;3\2m█/g'
echo
| sed -r -e 's/([01])([0-7]) /[\1;3\2m█/g' \
| if test "$CI" = "true" -a "$TRAVIS" = "true"; then while read ab; do echo "$ab"; sleep 0.05; done; else cat; echo; fi