summaryrefslogtreecommitdiffstats
path: root/test/Clean/basic.py
Commit message (Collapse)AuthorAgeFilesLines
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-4/+2
| | | | | | | On a linux host (missing some things that may be on the Travis CI setup), Py3.8a3 now shows 19 fails, 1048 pass, with 84 Warning: messages. Signed-off-by: Mats Wichmann <mats@linux.com>
* Speedup Clean tests for windowsWilliam Deegan2018-09-261-1/+2
|
* py2/3 disable symlink testing on py3. not supported by scons at this timeWilliam Deegan2017-05-161-3/+4
|
* Issue 2152: Fix the ability of --clean to handle / delete brokenSteven Knight2009-02-231-0/+186
symlinks, as well as named pipes. (Mateusz Gruca)