ci: Force make output coloring

This commit is contained in:
ZyX 2017-04-04 04:02:54 +03:00
parent 644db2165e
commit d59378a5ca
1 changed files with 5 additions and 1 deletions

View File

@ -19,6 +19,10 @@ csi_clean() {
run_test 'top_make clint-full' clint
run_test 'top_make testlint' testlint
run_test_wd 5s 'top_make check-single-includes' 'csi_clean' single-includes
CLICOLOR_FORCE=1 run_test_wd \
5s \
'top_make check-single-includes' \
'csi_clean' \
single-includes
exit_suite