commit | 9d7f598da2300115e568fc772c0916715d2d7251 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Apr 29 07:22:05 2025 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 27 10:07:41 2025 +0100 |
tree | 73d0ff42e1a3e5d2ecd4f15f6cb25be0c9996f02 | |
parent | 4d185c06ca6e70d572361da67bd33217996f6e8d [diff] |
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>