read-cache.c: make $GIT_TEST_SPLIT_INDEX boolean
While at there, document about this special mode when running the test suite. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
fe0a9eaf31
commit
4c2db93807
@ -11,7 +11,7 @@ make --jobs=2
|
||||
make --quiet test
|
||||
if test "$jobname" = "linux-gcc"
|
||||
then
|
||||
GIT_TEST_SPLIT_INDEX=YesPlease make --quiet test
|
||||
GIT_TEST_SPLIT_INDEX=yes make --quiet test
|
||||
fi
|
||||
|
||||
check_unignored_build_artifacts
|
||||
|
Reference in New Issue
Block a user