]> git.99rst.org Git - git.git/commit
t: use `test_bool_env` to parse GIT_TEST_LONG
authorPatrick Steinhardt <redacted>
Mon, 6 Jul 2026 06:24:02 +0000 (08:24 +0200)
committerJunio C Hamano <redacted>
Mon, 6 Jul 2026 14:21:57 +0000 (07:21 -0700)
commit886c7b4ac2ae79c6a06849bad490d3370c438047
treee6d3201294465b97929b00bbc13ca2b247a1121d
parentaa4ee1f0a86e2a01f68af63560d94679fc8dd4f5
t: use `test_bool_env` to parse GIT_TEST_LONG

It's currently hard to explicitly disable GIT_TEST_LONG by setting it to
`false`. Fix this by using `test_bool_env` instead.

Signed-off-by: Patrick Steinhardt <redacted>
Signed-off-by: Junio C Hamano <redacted>
ci/lib.sh
t/test-lib.sh
git clone https://git.99rst.org/PROJECT