[Python-3000] Py3k_struni additional test failures under cygwin

Amaury Forgeot d'Arc amauryfa at gmail.com
Wed Jul 18 10:20:36 CEST 2007


Hello,

2007/7/17, Joe Smith wrote:
> Building Py3k_struni 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

Hope this helps,

-- 
Amaury Forgeot d'Arc


More information about the Python-3000 mailing list