Re: [PATCH 2/2] test-lib: GIT_TEST_ONLY to run only specific tests
From: Junio C Hamano <hidden> Date: 2016-06-15 23:00:10
Ilya Bobyr [off-list ref] writes:
It might be that we are looking at different use cases, as you are
talking about whole test suits.
I do not think so.
I do not see anything prevents you from saying
GIT_SKIP_TESTS='t0000 !t0000.1 !t0000.4'
to specify test-pieces in individual tests so that you can run the
setup step (step .1) and the specific test (step .4) without running
two tests in between.