summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-02-13 21:39:12 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-02-13 21:39:13 (GMT)
commite75c862125f219c983cd2980d1b33ec09a3c34b9 (patch)
tree716c9f3eec268b391e30360abf39ee7700dd40a4 /ci
parent73df1b34218b1bce579a3ed90166db9df43d9e67 (diff)
parentae59a4e44f359f74d0fede109c29bb53f726209b (diff)
downloadgit-e75c862125f219c983cd2980d1b33ec09a3c34b9.zip
git-e75c862125f219c983cd2980d1b33ec09a3c34b9.tar.gz
git-e75c862125f219c983cd2980d1b33ec09a3c34b9.tar.bz2
Merge branch 'tg/split-index-fixes'
The split-index mode had a few corner case bugs fixed. * tg/split-index-fixes: travis: run tests with GIT_TEST_SPLIT_INDEX split-index: don't write cache tree with null oid entries read-cache: fix reading the shared index for other repos
Diffstat (limited to 'ci')
-rwxr-xr-xci/run-tests.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/run-tests.sh b/ci/run-tests.sh
index 22355f0..9b6fedc 100755
--- a/ci/run-tests.sh
+++ b/ci/run-tests.sh
@@ -7,6 +7,10 @@
ln -s $HOME/travis-cache/.prove t/.prove
make --quiet test
+if test "$jobname" = "linux-gcc"
+then
+ GIT_TEST_SPLIT_INDEX=YesPlease make --quiet test
+fi
check_unignored_build_artifacts