Skip to content

Commit 92b269f

Browse files
peffgitster
authored andcommitted
test-lib: turn on GIT_TEST_CHAIN_LINT by default
Now that the feature has had time to prove itself, and any topics in flight have had a chance to clean up any broken &&-chains, we can flip this feature on by default. This makes one less thing submitters need to configure or check before sending their patches. Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f84df81 commit 92b269f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/test-lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ test_run_ () {
531531
test_cleanup=:
532532
expecting_failure=$2
533533

534-
if test "${GIT_TEST_CHAIN_LINT:-0}" != 0; then
534+
if test "${GIT_TEST_CHAIN_LINT:-1}" != 0; then
535535
# 117 is magic because it is unlikely to match the exit
536536
# code of other programs
537537
test_eval_ "(exit 117) && $1"

0 commit comments

Comments
 (0)