test: rename lint-all.py to all-lint.py

That way it is impossible for the script to call itself.
This commit is contained in:
Martin Leitner-Ankerl 2022-06-07 10:22:45 +02:00
parent 1b2e1d179c
commit 64d72c4c87
4 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -327,7 +327,7 @@ test/lint/lint-files.py
You can run all the shell-based lint tests by running:
```
test/lint/lint-all.py
test/lint/all-lint.py
```
# Writing functional tests

View File

@ -39,6 +39,6 @@ To do so, add the upstream repository as remote:
git remote add --fetch secp256k1 https://github.com/bitcoin-core/secp256k1.git
```
lint-all.py
all-lint.py
===========
Calls other scripts with the `lint-` prefix.