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 belopolsky
Recipients belopolsky, doerwalter, vstinner
Date 2010-11-27.08:32:17
SpamBayes Score 0.0034512847
Marked as misclassified No
Message-id <1290846793.34.0.310208852303.issue10541@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-11-27 08:33:13belopolskysetrecipients: + belopolsky, doerwalter, vstinner
2010-11-27 08:33:13belopolskysetmessageid: <1290846793.34.0.310208852303.issue10541@psf.upfronthosting.co.za>
2010-11-27 08:32:17belopolskylinkissue10541 messages
2010-11-27 08:32:17belopolskycreate