aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci/run_lint.sh6
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