On Fri, Oct 27, 2023 at 11:25:41AM +0200, Patrick Steinhardt wrote:
fwiw (as this is again only copied), export with assignment is a bash-ism (though (d)ash started to accept this syntax some time ago), and not all of the including scripts ask for bash (i didn't check whether they are using these functions, but the inconsistency is an armed trap).+ export GIT_PROVE_OPTS="--timer --jobs $(nproc)" + export GIT_TEST_OPTS="--verbose-log -x"
regards