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

Re: Test failures with python versions when building git 1.8.1

2013-01-02 Thread Dan McGee
scripts and all tests now pass as expected. Signed-off-by: Dan McGee d...@archlinux.org -- 8 -- Subject: [PATCH] t9020: don't run python from $PATH In t9020, we symlink in a python script from contrib to help with the testing. However, we don't munge its #!-line, which means we may run

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 gits...@pobox.com wrote: Dan McGee d...@archlinux.org 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 without