commit | b17c15864ecc7370a23d636b6f44de437faf9da0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 27 08:49:54 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:46 2020 -0700 |
tree | 25f3590d5b57a8d974eecbb63ce9006f98a14e14 | |
parent | 9779eb91135bede02592bdc014a4318ef807b4d7 [diff] |
console: Add a function to read a line of the output / eof When recording the console output for testing it is useful to be able to read the output a line at a time to check that the output is correct. Also we need to check that we get to the end of the output. Add a console function to return the next line and another to see how must data is left. Signed-off-by: Simon Glass <sjg@chromium.org>