doc: fix typos in documentation and release notes
[gitweb.git] / ci / run-build-and-tests.sh
index 3e23e65f9eed88d1251c9ae32cb9a24e28da8ebe..4b04c75b7f81a749c0d48674b8e2042abe5769eb 100755 (executable)
@@ -5,13 +5,16 @@
 
 . ${0%/*}/lib-travisci.sh
 
-ln -s $HOME/travis-cache/.prove t/.prove
+ln -s "$cache_dir/.prove" t/.prove
 
 make --jobs=2
 make --quiet test
 if test "$jobname" = "linux-gcc"
 then
-       GIT_TEST_SPLIT_INDEX=YesPlease make --quiet test
+       export GIT_TEST_SPLIT_INDEX=yes
+       export GIT_TEST_FULL_IN_PACK_ARRAY=true
+       export GIT_TEST_OE_SIZE=10
+       make --quiet test
 fi
 
 check_unignored_build_artifacts