]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit6f832c54653af3f370277af42694b88fc0bc4de4
tree7617f5474dc6e23ad68f0bebe70045129d0f0308
parentdc89908f9381e432cbf437adaaef06259ab41421
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