buildman: Limit the length of progress messages
authorSimon Glass <sjg@chromium.org>
Thu, 9 Apr 2020 21:08:46 +0000 (15:08 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Apr 2020 12:33:47 +0000 (06:33 -0600)
commit95ed0a2dbff502ac40ce0585c6549731c09a8c43
tree7617f5474dc6e23ad68f0bebe70045129d0f0308
parent6eb76cac1c7b51c71fe9c669befbc4187f5a8989
buildman: Limit the length of progress messages

If a progress message is longer than the terminal line it will scroll the
terminal. Limit the messages to the terminal width.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builder.py