Changes between Initial Version and Version 1 of Ticket #12805
- Timestamp:
- 04/03/12 21:04:38 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12805
-
Property
Status
changed from
new
toneeds_review
-
Property
Status
changed from
-
Ticket #12805 – Description
initial v1 1 1 The script `sage-test` creates the directory `SAGE_TESTDIR/tmp`, and then that directory is never used for anything. Its presence, combined with the doctests from #12069, results in the temporary doctesting directory (created by `sage -tp ...` or `make ptestlong`, for example) to be nonempty, and therefore not deleted after doctesting, even if all tests passed. 2 3 Apply [attachment:trac_12805-no-tmp.patch] to the scripts repository.