diff options
author | ZyX <kp-pav@yandex.ru> | 2017-04-04 04:02:54 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-04-04 04:03:50 +0300 |
commit | d59378a5cafd3408a1cbecfd8c4de1a96198c81d (patch) | |
tree | 13092def17b009ee69dc4a4aed6a44288c9fe361 | |
parent | 644db2165e3437be66d11e46624124c99cfb810e (diff) | |
download | rneovim-d59378a5cafd3408a1cbecfd8c4de1a96198c81d.tar.gz rneovim-d59378a5cafd3408a1cbecfd8c4de1a96198c81d.tar.bz2 rneovim-d59378a5cafd3408a1cbecfd8c4de1a96198c81d.zip |
ci: Force make output coloring
-rwxr-xr-x | ci/run_lint.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ci/run_lint.sh b/ci/run_lint.sh index d2807e425e..82a8532850 100755 --- a/ci/run_lint.sh +++ b/ci/run_lint.sh @@ -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 |