aboutsummaryrefslogtreecommitdiff
path: root/test/lint
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 /test/lint
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 'test/lint')
-rw-r--r--test/lint/README.md2
-rwxr-xr-xtest/lint/all-lint.py (renamed from test/lint/lint-all.py)0
2 files changed, 1 insertions, 1 deletions
diff --git a/test/lint/README.md b/test/lint/README.md
index 1f683c10b3..a23211a72b 100644
--- a/test/lint/README.md
+++ b/test/lint/README.md
@@ -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.
diff --git a/test/lint/lint-all.py b/test/lint/all-lint.py
index c280ba2db2..c280ba2db2 100755
--- a/test/lint/lint-all.py
+++ b/test/lint/all-lint.py