This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients benjamin.peterson, steve@integrityintegrators.net
Date 2009-02-24.02:11:22
SpamBayes Score 1.4070095e-10
Marked as misclassified No
Message-id <1afaf6160902231811j1e4c1f6arf6f6dd76a0bc84d4@mail.gmail.com>
In-reply-to <a1d6e04ad14529be690a75d24e126e7d.squirrel@www.integrityintegrators.net>
Content
On Mon, Feb 23, 2009 at 8:02 PM, Steve Owens <report@bugs.python.org> wrote:
>
> Steve Owens <steve@integrityintegrators.net> added the comment:
>
> Benjamin,
>
> I ran the regrtest.py file with the -ucurses option and didn't get the error.
>
> However, I don't see how it is possible to send the -ucurses option
> through via the make file.

To enable all the options, you can use "make testall". Otherwise you
can give custom switches to regrtest.py with the TESTOPTS variable.
"make test TESTOPTS=-ucurses"
History
Date User Action Args
2009-02-24 02:11:25benjamin.petersonsetrecipients: + benjamin.peterson, steve@integrityintegrators.net
2009-02-24 02:11:23benjamin.petersonlinkissue5356 messages
2009-02-24 02:11:22benjamin.petersoncreate