From bb1a464467aefb443d4461e4d75cf0fc4283b461 Mon Sep 17 00:00:00 2001 From: Dundar Goc Date: Mon, 11 Jul 2022 16:38:50 +0200 Subject: ci: remove unnecessary file run_lint.sh It's a leftover artifact that currently just acts as an unnecessary intermediary script that calls the Makefile. It can be replaced by just calling the Makefile directly. --- ci/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/script.sh') diff --git a/ci/script.sh b/ci/script.sh index 74fc4eda6c..be01b045f7 100755 --- a/ci/script.sh +++ b/ci/script.sh @@ -3,7 +3,7 @@ set -e set -o pipefail -ci/run_${CI_TARGET}.sh +ci/run_tests.sh if [[ -s "${GCOV_ERROR_FILE}" ]]; then echo '=== Unexpected gcov errors: ===' -- cgit