t/lib-gpg: drop redundant killing of gpg-agent
[gitweb.git] / ci / run-build-and-tests.sh
index 8190a753de3e99231c8284eb5e1b8f216cc89251..2a5bff4a1ca3de1dfca6cecb9d2016173f4fdea5 100755 (executable)
@@ -11,7 +11,11 @@ make --jobs=2
 make --quiet test
 if test "$jobname" = "linux-gcc"
 then
-       GIT_TEST_SPLIT_INDEX=yes make --quiet test
+       export GIT_TEST_SPLIT_INDEX=yes
+       export GIT_TEST_FULL_IN_PACK_ARRAY=true
+       export GIT_TEST_OE_SIZE=10
+       export GIT_TEST_OE_DELTA_SIZE=5
+       make --quiet test
 fi
 
 check_unignored_build_artifacts