When running tests there is no situation in which we want ANSI output as it makes it much harder to see what is going on in logs, tests, etc.
Provide a way to disable this. Signed-off-by: Simon Glass <s...@chromium.org> --- (no changes since v1) tools/u_boot_pylib/tout.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Applied to sjg/master, thanks!