From 64d72c4c8734b9dd45cb61cb2c2baf98766b0163 Mon Sep 17 00:00:00 2001 From: Martin Leitner-Ankerl Date: Tue, 7 Jun 2022 10:22:45 +0200 Subject: test: rename lint-all.py to all-lint.py That way it is impossible for the script to call itself. --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/README.md') diff --git a/test/README.md b/test/README.md index 0d9b9fb89b..6ca7cc0016 100644 --- a/test/README.md +++ b/test/README.md @@ -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 -- cgit v1.2.3