summaryrefslogtreecommitdiffstats
path: root/test/strfunction.py
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of indentation tabs in the test scripts and have runtest.py invoke ↵Steven Knight2005-10-141-8/+8
| | | | them with the python -tt option to keep them out.
* Refactor Action/Executor interaction. (Kevin Quick)Steven Knight2004-10-241-0/+2
|
* Add support for changing directory when executing Actions (the to the target ↵Steven Knight2004-09-271-3/+0
| | | | directory by default).
* Return lists of Nodes from all builders, not single Nodes when there's only one.Steven Knight2004-08-051-2/+2
|
* Really support strfunction for all Action subclasses by refactoring the ↵Steven Knight2004-05-031-0/+143
interface between Executor and Action, and collecting all the print/execute logic in a single ActionBase.__call__() method.