Hi Gábor, On Sat, 21 Dec 2019, SZEDER Gábor wrote: > On Sat, Dec 21, 2019 at 10:42:00PM +0000, Johannes Schindelin via GitGitGadget wrote: > > From: Johannes Schindelin > > > > This job runs the test suite twice, once in regular mode, and once with > > a whole slew of `GIT_TEST_*` variables set. > > > > Now that the built-in version of `git add --interactive` is > > feature-complete, let's also throw `GIT_TEST_MULTI_PACK_INDEX` into that > > GIT_TEST_MULTI_PACK_INDEX? ;) Whoops. Copy/paste fail. Fixed in v2, Dscho > > > fray. > > > > Signed-off-by: Johannes Schindelin > > --- > > ci/run-build-and-tests.sh | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/ci/run-build-and-tests.sh b/ci/run-build-and-tests.sh > > index ff0ef7f08e..4df54c4efe 100755 > > --- a/ci/run-build-and-tests.sh > > +++ b/ci/run-build-and-tests.sh > > @@ -20,6 +20,7 @@ linux-gcc) > > export GIT_TEST_OE_DELTA_SIZE=5 > > export GIT_TEST_COMMIT_GRAPH=1 > > export GIT_TEST_MULTI_PACK_INDEX=1 > > + export GIT_TEST_ADD_I_USE_BUILTIN=1 > > make test > > ;; > > linux-gcc-4.8) > > -- > > gitgitgadget > >