diff options
author | Martin Leitner-Ankerl <martin.leitner-ankerl@dynatrace.com> | 2022-06-07 10:22:45 +0200 |
---|---|---|
committer | Martin Leitner-Ankerl <martin.leitner-ankerl@dynatrace.com> | 2022-06-07 10:22:45 +0200 |
commit | 64d72c4c8734b9dd45cb61cb2c2baf98766b0163 (patch) | |
tree | 880ce2de78b67c975af8a2bddedcd4fb4f11b280 /test/README.md | |
parent | 1b2e1d179c5b350cac69ee670e01355314f25e11 (diff) |
test: rename lint-all.py to all-lint.py
That way it is impossible for the script to call itself.
Diffstat (limited to 'test/README.md')
-rw-r--r-- | test/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |