#12910: xgettext now required to run tests
---------------------------+------------------------------------------------
Reporter: kmtracey | Owner: nobody
Status: new | Milestone: 1.2
Component: Uncategorized | Version: 1.1
Keywords: | Stage: Unreviewed
Has_patch: 0 |
---------------------------+------------------------------------------------
Attempting to run tests on a Windows machine with no xgettext package
install now dies a horrible death. The failure to find an xgettext
executable causes the whole test run to just quit:
{{{
Installed 62 object(s) from 5 fixture(s)
......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Error:
errors happened while running xgettext on __init__.py
'xgettext' is not recognized as an internal or external command,
operable program or batch file.
C:\u\kmt\django\trunk\tests>
}}}
I think we need to somehow figure out if xgettext is available and if not,
skip running tests that require it.
--
Ticket URL: <http://code.djangoproject.com/ticket/12910>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.