]> git.ipfire.org Git - thirdparty/git.git/commit - t/test-lib.sh
Revert "test-lib: support running tests under valgrind in parallel"
authorThomas Rast <tr@thomasrast.ch>
Sat, 19 Oct 2013 21:06:07 +0000 (23:06 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Oct 2013 20:28:50 +0000 (13:28 -0700)
commit26a07309a6e195fc2d0adc89dcc06f3994ae7603
treed201543ec67c9190912d66fc7eb24c6737a26324
parent5f737ac91bd869e65bff401ad1108581ac504e22
Revert "test-lib: support running tests under valgrind in parallel"

This reverts commit ad0e6233320b004f0d686f6887c803e508607bd2.

--valgrind-parallel was broken from the start: during review I made
the whole valgrind setup code conditional on not being a
--valgrind-parallel worker child.  But even the children crucially
need $GIT_VALGRIND to be set; it should therefore have been set
outside the conditional.

The fix would be a two-liner, but since the introduction of the
feature, almost four months have passed without anyone noticing that
it is broken.  So this feature is not worth the about hundred lines of
test-lib.sh complexity.  Revert it.

Signed-off-by: Thomas Rast <tr@thomasrast.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib.sh