commit | 492d7b57947ae6acd6e8bcc9c6595831084cb5e9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 27 08:49:55 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:46 2020 -0700 |
tree | a0b9c8333266ab961e9ddb196324443baccf1779 | |
parent | b17c15864ecc7370a23d636b6f44de437faf9da0 [diff] |
test: Enable console recording in tests At present we reset the console buffer before each test but do not actually set the recording flag. Without this, the output is not recorded. Update the code to set the flag before the test and clear it afterwards. Signed-off-by: Simon Glass <sjg@chromium.org>