Issue 17780: the test suite should use a TEMPDIR in the build directory, not the source directory (original) (raw)

Issue17780

Created on 2013-04-17 18:36 by doko, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg187190 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2013-04-17 18:36
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.
msg228126 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-10-01 21:18
@Matthias can you provide a patch for this?
History
Date User Action Args
2022-04-11 14:57:44 admin set github: 61980
2021-12-07 17:36:56 iritkatriel set status: open -> closedsuperseder: TEST_DATA_DIR for out-of-tree buildsresolution: duplicatestage: resolved
2019-04-26 18:27:38 BreamoreBoy set nosy: - BreamoreBoy
2014-10-01 21🔞16 BreamoreBoy set nosy: + BreamoreBoymessages: +
2013-04-19 18:27:59 tshepang set nosy: + tshepang
2013-04-17 18:36:06 doko create