summaryrefslogtreecommitdiffstats
path: root/test/Delete.py
Commit message (Collapse)AuthorAgeFilesLines
* Test fixes: Win32 portability in Delete.py; fix a problem in msvs.py ↵Steven Knight2004-08-301-1/+3
| | | | introduced by quoting Python executables; clean up temporary files/directories properly in SConfTests.py and UtilTests.py.
* Delete() should not blow up if what it's deleting doesn't exist.Steven Knight2004-08-191-0/+45
|
* Return lists of Nodes from all builders, not single Nodes when there's only one.Steven Knight2004-08-051-3/+3
|
* Ant-like tasks: Chmod(), Copy(), Delete(), Mkdir(), Move(), Touch().Steven Knight2004-04-191-0/+121