kward / shunit2

shUnit2 is a xUnit based unit test framework for Bourne based shell scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coloring not enabled by default on some platforms

alexharv074 opened this issue · comments

On CentOS 7.5 at least, coloring is not enabled by default. A workaround is to explicitly set the $SHUNIT_COLOR variable, i.e.

export SHUNIT_COLOR=always

Does this relate to the pull request (#103) you submitted? If so, was this bug fixed with that pull?

Yes, fixed - thanks for merging!