SDL_test: allow disabling colorized output
By running e.g. testautomation --no-color, the cli output will not contain color codes.
Description
Existing Issue(s)
Would it be straightforward to also disable the colorization if environment variable NO_COLOR has a non-empty value?
Would it be straightforward to also disable the colorization if environment variable
NO_COLORhas a non-empty value?
SDL3 is also "batteries included" :D So that's no issue at all ;)
Would it be straightforward to also disable the colorization if environment variable
NO_COLORhas a non-empty value?
The tests now support this (as long as they parse the arguments through the SDL_test functions).