aboutsummaryrefslogtreecommitdiff
path: root/ci/run_lint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/run_lint.sh')
-rwxr-xr-xci/run_lint.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/run_lint.sh b/ci/run_lint.sh
index c7937930d1..5122ffc2b6 100755
--- a/ci/run_lint.sh
+++ b/ci/run_lint.sh
@@ -10,8 +10,10 @@ source "${CI_DIR}/common/suite.sh"
enter_suite 'lint'
+set -x
+
run_test 'top_make clint-full' clint
run_test 'top_make testlint' testlint
-run_test 'top_make check-single-includes' single-includes
+run_test_wd 5s 'top_make check-single-includes' single-includes
exit_suite