diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-02-13 22:39:12 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-02-13 22:39:13 +0100 |
commit | e75c862125f219c983cd2980d1b33ec09a3c34b9 (patch) | |
tree | 716c9f3eec268b391e30360abf39ee7700dd40a4 /ci | |
parent | Merge branch 'rs/strbuf-cocci-workaround' (diff) | |
parent | travis: run tests with GIT_TEST_SPLIT_INDEX (diff) | |
download | git-e75c862125f219c983cd2980d1b33ec09a3c34b9.tar.xz git-e75c862125f219c983cd2980d1b33ec09a3c34b9.zip |
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 |