Skip to content
Snippets Groups Projects
Commit b6123128 authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent eb7387ae
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment