Re: Test failures with python versions when building git 1.8.1

2013-01-02 Thread Dan McGee
On Wed, Jan 2, 2013 at 10:35 AM, Junio C Hamano wrote: > Dan McGee writes: > >> This works great now, thanks! I ran it through our package build >> scripts and all tests now pass as expected. > > If you have a chance, could you try tip of the 'next' branch wit

Re: Test failures with python versions when building git 1.8.1

2013-01-02 Thread Dan McGee
than not. > > Whether we end up doing something with contrib and tests or not, the > patch below gives a minimal fix in the meantime. Dan, does it fix your > problem? This works great now, thanks! I ran it through our package build scripts and all tests now pass as expected. Signed-off-

Test failures with python versions when building git 1.8.1

2013-01-01 Thread Dan McGee
A test case snuck in this release that assumes /usr/bin/python is python2 and causes test failures. Unlike all other tests and code depending on python, this one does not respect PYTHON_PATH, which we explicitly set when building git on Arch Linux due to python2 vs python3 differences. -Dan make[