The lint commit-script-check.sh
can not be called from the test_runner at all and must be called manually. Also, some checks require COMMIT_RANGE
to be set.
Fix all issues by moving two lint checks into the test_runner. Also, the proper commit range is passed to the checks by the test_runner, so that the user no longer has to do it.