aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-04-14 17:34:59 +0200
committerJunio C Hamano <gitster@pobox.com>2018-04-16 12:38:58 +0900
commit4c2db93807f5ab65976a901b562e4bc8d69d40bf (patch)
treed683a58b9ccb1e4b844f4a74bc7c4e99cf7ee0c8 /ci
parentfe0a9eaf31dd0c349ae4308498c33a5c3794b293 (diff)
downloadgit-4c2db93807f5ab65976a901b562e4bc8d69d40bf.tar.gz
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>
Diffstat (limited to 'ci')
-rwxr-xr-xci/run-build-and-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run-build-and-tests.sh b/ci/run-build-and-tests.sh
index 3735ce413f..8190a753de 100755
--- a/ci/run-build-and-tests.sh
+++ b/ci/run-build-and-tests.sh
@@ -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