aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorMartin Leitner-Ankerl <martin.leitner-ankerl@dynatrace.com>2022-06-07 10:22:45 +0200
committerMartin Leitner-Ankerl <martin.leitner-ankerl@dynatrace.com>2022-06-07 10:22:45 +0200
commit64d72c4c8734b9dd45cb61cb2c2baf98766b0163 (patch)
tree880ce2de78b67c975af8a2bddedcd4fb4f11b280 /ci
parent1b2e1d179c5b350cac69ee670e01355314f25e11 (diff)
downloadbitcoin-64d72c4c8734b9dd45cb61cb2c2baf98766b0163.tar.xz
test: rename lint-all.py to all-lint.py
That way it is impossible for the script to call itself.
Diffstat (limited to 'ci')
-rwxr-xr-xci/lint/06_script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/lint/06_script.sh b/ci/lint/06_script.sh
index f174b4d074..84b3404e78 100755
--- a/ci/lint/06_script.sh
+++ b/ci/lint/06_script.sh
@@ -22,7 +22,7 @@ test/lint/git-subtree-check.sh src/univalue
test/lint/git-subtree-check.sh src/leveldb
test/lint/git-subtree-check.sh src/crc32c
test/lint/check-doc.py
-test/lint/lint-all.py
+test/lint/all-lint.py
if [ "$CIRRUS_REPO_FULL_NAME" = "bitcoin/bitcoin" ] && [ "$CIRRUS_PR" = "" ] ; then
# Sanity check only the last few commits to get notified of missing sigs,