summaryrefslogtreecommitdiffstats
path: root/test/exitfns.py
Commit message (Collapse)AuthorAgeFilesLines
* Resolving a batch of failing tests for python 2.7.William Blevins2016-01-241-3/+3
| | | | Note: please evaluate python 3.X compliance.
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-2/+2
| | | | | | | | | Fixes due to running the regression tests with the '-3' option to Python2.6, which causes the run-time to look for potential compatibility problems with Python 3.x. In some cases, all we can do is quiet the warning since we still support Python versions that can't use the newer idiom. In other cases, we fix the problem. This patch contains a mix of quieting and fixing, plus a little lint.
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Change the double quotes around an up-to-date target to be like Make.Steven Knight2003-06-181-1/+1
|
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
|
* Update Copyright years.Steven Knight2003-01-161-1/+1
|
* Add output to tell people when we're reading SConscript files versus when ↵Steven Knight2002-09-301-2/+2
| | | | we're building targets.
* Provide a message if there are no command-line targets specified and no ↵Steven Knight2002-08-311-3/+4
| | | | Default() targets.
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
|
* Updating licensing.Steven Knight2001-10-031-0/+22
|
* Make match_exact the default match function for TestSCons.Steven Knight2001-09-291-2/+1
|
* Add automatic substitution on filename lines.Steven Knight2001-09-171-1/+1
|
* Run setup.py on the unpacked .tar.gz for testing.Steven Knight2001-09-171-1/+1
|
* Add more information error reporting from tests.Steven Knight2001-09-161-7/+4
|
* Add a TestSCons module for common initialization of SCons tests.Steven Knight2001-09-151-6/+4
|
* Add framework to execute code on exit from scons.Anthony Roach2001-08-231-0/+53