Skip to content

Commit 64d72c4

Browse files
committed
test: rename lint-all.py to all-lint.py
That way it is impossible for the script to call itself.
1 parent 1b2e1d1 commit 64d72c4

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

ci/lint/06_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test/lint/git-subtree-check.sh src/univalue
2222
test/lint/git-subtree-check.sh src/leveldb
2323
test/lint/git-subtree-check.sh src/crc32c
2424
test/lint/check-doc.py
25-
test/lint/lint-all.py
25+
test/lint/all-lint.py
2626

2727
if [ "$CIRRUS_REPO_FULL_NAME" = "bitcoin/bitcoin" ] && [ "$CIRRUS_PR" = "" ] ; then
2828
# Sanity check only the last few commits to get notified of missing sigs,

test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ test/lint/lint-files.py
327327
You can run all the shell-based lint tests by running:
328328

329329
```
330-
test/lint/lint-all.py
330+
test/lint/all-lint.py
331331
```
332332

333333
# Writing functional tests

test/lint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ To do so, add the upstream repository as remote:
3939
git remote add --fetch secp256k1 https://github.com/bitcoin-core/secp256k1.git
4040
```
4141

42-
lint-all.py
42+
all-lint.py
4343
===========
4444
Calls other scripts with the `lint-` prefix.
File renamed without changes.

0 commit comments

Comments
 (0)