commit | 2a8463e2b8c55623d152673a547e7b5d16c838f4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 30 15:25:04 2020 -0600 |
committer | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Thu May 07 10:04:28 2020 +0200 |
tree | be082158804f5d30f659f7d2d65807a9355247a3 | |
parent | 95b8355dd4df67a9914568da13f3da9e6076a5c8 [diff] |
shell: Extend dummy backend to record for testing It is useful to run tests which generate shell output and check that it is correct. Update the existing 'dummy' backend to support this. It works by retaining the output in a small buffer so that it can be read and checked by the test. Signed-off-by: Simon Glass <sjg@chromium.org>