On Tue, Aug 17, 2010 at 7:10 PM, Sverre Rabbelier [off-list ref] wrote:
Heya,
On Tue, Aug 17, 2010 at 18:37, Jonathan Nieder [off-list ref] wrote:
quoted
I see. Maybe this is fixed by v1.7.2-rc0~33^2~1 (Makefile: add
PYTHON_PATH to GIT-BUILD-OPTIONS, 2010-06-09) from later in the
same series.
Well not actually the same series. If I recall correctly, the
original version of
this 'skip if python vers...' patch was replaced by a resend of two patches and
one of them did the' propagate PYTHON_PATH to GIT-BUILD-OPTIONS' thing.
I think Junio ended up fixing up the original patch by hand, and the PYTHON_PATH
bit got dropped.
Later on I resent it.
Ah, correct. So that should have gone before this one. It works if I
check out and build that one. Thanks.
Also, note that the test should complete successfully if run via 'make
test' since
PYTHON_PATH is exported in the Makefile. That's why I didn't notice the
flaw at first.
-Brandon