]> git.ipfire.org Git - thirdparty/ccache.git/commit
Use a known and set TERM variable to stabilize color_diagnostics tests
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 5 Jul 2020 18:35:05 +0000 (20:35 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 5 Jul 2020 19:05:42 +0000 (21:05 +0200)
commita1acedaefb131a0786cb1d00cd5861604d0de491
tree84267bb85568b7db92387ec6b598b6facdc200ca
parent8b58982dc099a5ea2bbd8abc7803a9f5a3b1148d
Use a known and set TERM variable to stabilize color_diagnostics tests

On some distributions TERM is unset when run via Docker which failed
color_diagnostics tests since ccache doesn’t enable color output if TERM
is unset. Fix this by using a known TERM value.

Fixes #616.
test/run
test/suites/color_diagnostics.bash