[New-bugs-announce] [issue17780] the test suite should use a TEMPDIR in the build directory, not the source directory

Matthias Klose report at bugs.python.org
Wed Apr 17 20:36:06 CEST 2013


New submission from Matthias Klose:

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.

----------
components: Tests
messages: 187190
nosy: doko
priority: normal
severity: normal
status: open
title: the test suite should use a TEMPDIR in the build directory, not the source directory
versions: Python 3.4

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


More information about the New-bugs-announce mailing list