aboutsummaryrefslogtreecommitdiff
path: root/ci/run_lint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/run_lint.sh')
-rwxr-xr-xci/run_lint.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/ci/run_lint.sh b/ci/run_lint.sh
index 8373a3cb36..314976edc2 100755
--- a/ci/run_lint.sh
+++ b/ci/run_lint.sh
@@ -25,12 +25,7 @@ run_test 'make shlint' shlint
exit_suite --continue
enter_suite single-includes
-CLICOLOR_FORCE=1 run_test_wd \
- --allow-hang \
- 10s \
- 'make check-single-includes' \
- 'csi_clean' \
- single-includes
+run_test 'make check-single-includes' single-includes
exit_suite --continue
end_tests