Re: [PATCH 06/18] chainlint.pl: validate test scripts in parallel
From: Eric Sunshine <hidden>
Date: 2022-11-21 18:50:21
From: Eric Sunshine <hidden>
Date: 2022-11-21 18:50:21
On Mon, Nov 21, 2022 at 1:47 PM Eric Sunshine [off-list ref] wrote:
I think Ævar's use-case for `make` parallelization was to speed up git-bisect runs. But thinking about it now, the likelihood of "lint" problems cropping up during a git-bisect run is effectively nil, in which case setting GIT_TEST_CHAIN_LINT=1 should be a perfectly appropriate way to take linting out of the equation when bisecting.
I mean "GIT_TEST_CHAIN_LINT=0", of course.