On 7/18/07, Amaury Forgeot d'Arc <[EMAIL PROTECTED]> wrote:
> 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

This is now committed to Subversion: (r56440).

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to