3a6e2b4a03
Python 3.14 (not yet in Buildroot) introduced colors, enabled by default, when the output is a terminal. This behavior can make the pexpect pattern matching more difficult in some cases. See: https://docs.python.org/3.14/using/cmdline.html#controlling-color This commit globally disables the Python interpreter colors in the base runtime Python test, by setting the NO_COLOR=1 environment variable. Signed-off-by: Julien Olivain <ju.o@free.fr>