diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-02-13 13:39:12 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-02-13 13:39:13 -0800 |
commit | e75c862125f219c983cd2980d1b33ec09a3c34b9 (patch) | |
tree | 716c9f3eec268b391e30360abf39ee7700dd40a4 /ci | |
parent | 73df1b34218b1bce579a3ed90166db9df43d9e67 (diff) | |
parent | ae59a4e44f359f74d0fede109c29bb53f726209b (diff) | |
download | git-e75c862125f219c983cd2980d1b33ec09a3c34b9.tar.gz |
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-x | ci/run-tests.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/run-tests.sh b/ci/run-tests.sh index 22355f0091..9b6fedcc2a 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 |