]> git.sur5r.net Git - u-boot/commit
patman: Flush output when there is no newline
authorSimon Glass <sjg@chromium.org>
Sun, 18 Sep 2016 22:48:30 +0000 (16:48 -0600)
committersjg <sjg@chromium.org>
Sun, 9 Oct 2016 15:30:32 +0000 (09:30 -0600)
commit8b4919ed29f51075e85a7358db75b66a226d5b1e
tree89076adc92f46a717492a4f47313c5ce5e29b707
parentf5fd45ff64e28a73499548358e3d1ceda0de7daf
patman: Flush output when there is no newline

Output which does not include a newline will not be displayed unless
flushed. Add a flush to ensure that it becomes visible.

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