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 doko
Recipients doko
Date 2013-04-17.18:36:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366223766.74.0.431919060709.issue17780@psf.upfronthosting.co.za>
In-reply-to
Content
the test suite should use a TEMPDIR in the build directory, not the source directory, e.g. the source directory might not be writeable.

looks like regrtest._make_temp_dir_for_build() needs just to use abs_builddir instead of srcdir.
History
Date User Action Args
2013-04-17 18:36:06dokosetrecipients: + doko
2013-04-17 18:36:06dokosetmessageid: <1366223766.74.0.431919060709.issue17780@psf.upfronthosting.co.za>
2013-04-17 18:36:06dokolinkissue17780 messages
2013-04-17 18:36:06dokocreate