[Python-3000] Py3k_struni additional test failures under cygwin (original) (raw)
Amaury Forgeot d'Arc amauryfa at gmail.com
Wed Jul 18 10:20:36 CEST 2007
- Previous message: [Python-3000] Py3k_struni additional test failures under cygwin
- Next message: [Python-3000] Py3k_struni additional test failures under cygwin
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
Hope this helps,
-- Amaury Forgeot d'Arc
- Previous message: [Python-3000] Py3k_struni additional test failures under cygwin
- Next message: [Python-3000] Py3k_struni additional test failures under cygwin
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]