[Python-3000] Py3k_struni additional test failures under cygwin (original) (raw)

Guido van Rossum guido at python.org
Wed Jul 18 18:59:46 CEST 2007


On 7/18/07, Amaury Forgeot d'Arc <amauryfa at gmail.com> wrote:

Hello,

2007/7/17, Joe Smith wrote: > Building Py3kstruni under Cygwin I've noticed a few more tests failing than > the wiki shows. > These are using SVN revision 56413. > > Some spurious errors seem to occur if Python/ is not remaned temporally. I > have not included those. (This is an oddity of the cygwin '.exe' > autohandling combined with case-insensitivity) For this, I have added a line to runtests.sh: # Choose the Python binary. case uname in Darwin) PYTHON=./python.exe;; CYGWIN*) PYTHON=./python.exe;; *) PYTHON=./python;; esac

This is now committed to Subversion: (r56440).

-- --Guido van Rossum (home page: http://www.python.org/~guido/)



More information about the Python-3000 mailing list