mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-21 14:22:38 +02:00
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:
parent
1b2e1d179c
commit
64d72c4c87
@ -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,
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user