]> git.ipfire.org Git - thirdparty/u-boot.git/commit
u_boot_pylib: Allow disabling colour output
authorSimon Glass <sjg@chromium.org>
Tue, 29 Apr 2025 13:22:05 +0000 (07:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:41 +0000 (10:07 +0100)
commit9dee86cf533271deddd7f8ab077d98e4a1d3cb78
tree73d0ff42e1a3e5d2ecd4f15f6cb25be0c9996f02
parent55342144af598453c2de0271b8df50821f39ba13
u_boot_pylib: Allow disabling colour output

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 <sjg@chromium.org>
tools/u_boot_pylib/tout.py