summaryrefslogtreecommitdiff
path: root/test/Climb
Commit message (Collapse)AuthorAgeFilesLines
* Some more print statements to functions.Russel Winder2016-01-013-6/+6
|
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-254-8/+4
| | | | | development. Note that this set of changes is NOT backward-compatible; the trunk no longer works with Python 1.5.2, 2.0, or 2.1.
* Per the bug report, this patch improves the "Do not know how to makeGary Oberbrunner2009-04-151-2/+2
| | | | | target X" to say what type of node is being built, and the full path (if it's a file or dir).
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-0912-0/+72
|
* Support the -f option allowing specification of a different top-levelSteven Knight2008-10-153-0/+215
| | | | "SConstruct" file name to search for when using the -D, -U or -u options.
* Collect the scripts for the three "climb up" options (-D, -U and -u)Steven Knight2008-10-159-0/+708
in a subdirectory. Split sub-tests into separate scripts. Clean things up a bit.