aboutsummaryrefslogtreecommitdiff
path: root/test/lint/all-lint.py
AgeCommit message (Collapse)Author
2023-01-03Use same Python executable for subprocesses as for all-lint.pyKristaps Kaupe
2022-06-07test: clean up all-lint.pyMartin Leitner-Ankerl
Removed th check against __file__ which is not necessary any more after the rename to all-lint.py. Changed glob to find only `lint-*.py` scripts.
2022-06-07test: rename lint-all.py to all-lint.pyMartin Leitner-Ankerl
That way it is impossible for the script to call itself.