commit | 14d64e3b7218f64ed5b04ec3298ef1a5df867419 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Apr 29 07:21:59 2025 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 27 10:07:41 2025 +0100 |
tree | f18e01121a9e05a60835462be85662a3d85cc7d9 | |
parent | 3c0196f64cc9ef1f1fa234b1dab8498aa37cf974 [diff] |
patman: Move capture_sys_output() into terminal and rename This function is sometimes useful outside tests. Also it can affect how terminal output is done, e.g. whether ANSI characters should be emitted or not. Move it out of the test_util package and into terminal. Signed-off-by: Simon Glass <sjg@chromium.org>