[issue10541] regrtest.py -T broken

Alexander Belopolsky report at bugs.python.org
Sat Nov 27 09:33:13 CET 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

Apparently something in the test changes the cwd.

Both of the following invocations work:

$ ./python.exe `pwd`/Lib/test/regrtest.py -T -N test_urllib
$ ./python.exe -m test.regrtest -T -N test_urllib

I would suggest changing the coverage target in the Makefile.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10541>
_______________________________________


More information about the Python-bugs-list mailing list