summaryrefslogtreecommitdiffstats
path: root/test/errors.py
Commit message (Expand)AuthorAgeFilesLines
* Make .sconsign files get written even if the build fails or is terminated. (A...Steven Knight2002-04-111-0/+40
* Make scons return an error code (Anthony Roach)Steven Knight2002-02-041-3/+3
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Create the Script directorySteven Knight2001-12-211-6/+6
* Fix Export(), add Import() and Return()Steven Knight2001-12-201-3/+9
* Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).Steven Knight2001-12-151-1/+1
* Move most of the code from the scons script into a SCons module.Steven Knight2001-11-271-3/+3
* Handle SConscript files in subdirectories.Steven Knight2001-10-291-1/+1
* Updating licensing.Steven Knight2001-10-031-0/+22
* Make match_exact the default match function for TestSCons.Steven Knight2001-09-291-1/+2
* Error message if no SConstruct file.Steven Knight2001-09-211-3/+11
* test/errors.py fails when not run under Aegis.Steven Knight2001-09-201-2/+2
* Install scons, not scons.pySteven Knight2001-09-201-2/+2
* Add automatic substitution on filename lines.Steven Knight2001-09-171-1/+1
* Add more information error reporting from tests.Steven Knight2001-09-161-14/+10
* Add a TestSCons module for common initialization of SCons tests.Steven Knight2001-09-151-19/+9
* Fix Python 2.1 warningSteven Knight2001-09-131-1/+1
* Fixes for -f end cases.Steven Knight2001-09-121-1/+1
* Generalize the hard-coded line numbers in test/errors.py.Steven Knight2001-09-091-3/+3
* Make the build portable to Windows NT.Anthony Roach2001-09-011-4/+9
* Implement error framework.Steven Knight2001-08-181-0/+54