Benjamin Peterson <benja...@python.org> added the comment:

On Mon, Feb 23, 2009 at 8:02 PM, Steve Owens <rep...@bugs.python.org> wrote:
>
> Steve Owens <st...@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"

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5356>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to