[PATCH 1/2] test-lib: allow using split index in the test suite

2015-03-20 Thread Thomas Gummerer
Allow adding a TEST_GIT_TEST_SPLIT_INDEX variable to config.mak to run the test suite with split index enabled. Signed-off-by: Thomas Gummerer t.gumme...@gmail.com --- Makefile | 6 ++ t/test-lib.sh | 6 ++ 2 files changed, 12 insertions(+) diff --git a/Makefile b/Makefile index

Re: [PATCH 1/2] test-lib: allow using split index in the test suite

2015-03-20 Thread Junio C Hamano
Thomas Gummerer t.gumme...@gmail.com writes: Allow adding a TEST_GIT_TEST_SPLIT_INDEX variable to config.mak to run the test suite with split index enabled. Signed-off-by: Thomas Gummerer t.gumme...@gmail.com --- Hmm, it is not wrong per-se, but would it be too much trouble to do

Re: [PATCH 1/2] test-lib: allow using split index in the test suite

2015-03-20 Thread Thomas Gummerer
On 03/20, Junio C Hamano wrote: Thomas Gummerer t.gumme...@gmail.com writes: Allow adding a TEST_GIT_TEST_SPLIT_INDEX variable to config.mak to run the test suite with split index enabled. Signed-off-by: Thomas Gummerer t.gumme...@gmail.com --- Hmm, it is not wrong per-se, but would