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 vstinner
Recipients brett.cannon, martin.panter, python-dev, serhiy.storchaka, vstinner
Date 2016-04-01.19:48:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459540130.14.0.62966962801.issue26295@psf.upfronthosting.co.za>
In-reply-to
Content
Finally, I fixed the issue differently: test_regrtest now creates a temporary directory and uses --testdir command line parameter.

Before, using --testdir didn't work because regrtest always added "test." prefix to module names (ex: test_os => test.test_os). It isn't the case anymore when --testdir is used.

Buildbots are green, so I close the issue.
History
Date User Action Args
2016-04-01 19:48:50vstinnersetrecipients: + vstinner, brett.cannon, python-dev, martin.panter, serhiy.storchaka
2016-04-01 19:48:50vstinnersetmessageid: <1459540130.14.0.62966962801.issue26295@psf.upfronthosting.co.za>
2016-04-01 19:48:50vstinnerlinkissue26295 messages
2016-04-01 19:48:50vstinnercreate