Re: [PATCH] fixed python executable for svntest

2018-05-18 Thread Joe Orton
On Tue, May 08, 2018 at 12:31:55PM +0200, Branko Čibej wrote: > On 08.05.2018 12:19, Joe Orton wrote: > > [[[ > > * subversion/tests/cmdline/svntest/main.py > > (open_pipe): Run Python tests under the same Python executable for > > all platforms rather than just Win32 (rather than finding one f

Re: [PATCH] fixed python executable for svntest

2018-05-08 Thread Branko Čibej
On 08.05.2018 12:19, Joe Orton wrote: > As part of the Python 2->3 migration effort in Fedora we've been trying > to get to the point where setting PYTHON=/usr/bin/python3 allows us to > ensure that /usr/bin/python is never used in the build environment. > > One thing that doesn't work right with

[PATCH] fixed python executable for svntest

2018-05-08 Thread Joe Orton
As part of the Python 2->3 migration effort in Fedora we've been trying to get to the point where setting PYTHON=/usr/bin/python3 allows us to ensure that /usr/bin/python is never used in the build environment. One thing that doesn't work right with svn is that the test scripts are run by execu