summaryrefslogtreecommitdiff
path: root/test/option-i.py
Commit message (Expand)AuthorAgeFilesLines
* set mode=r and not rb. py2/3William Deegan2017-03-121-7/+6
* Remove 'b' from open, not needed py2/3Craig Rodrigues2017-03-111-1/+1
* Remove more unnecessary imports from test scripts.Steven Knight2009-02-111-1/+1
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-4/+4
* 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
* Necessary changes towards supporting Jython.Steven Knight2003-01-151-1/+1
* Changes from Charles Crain.Steven Knight2002-06-051-3/+3
* Make scons return a failure code when a Builder fails (Anthony Roach)Steven Knight2002-02-051-1/+2
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Make the (s) and variables upper-case.Steven Knight2001-10-311-2/+2
* Fix a number of small problems in tests.Steven Knight2001-10-281-0/+3
* Portability fixes for tests on Windows Nt.Steven Knight2001-10-171-4/+7
* Implement special variable substitution.Steven Knight2001-10-111-2/+2
* Add -i (ignore errors) supportSteven Knight2001-10-101-10/+15
* Updating licensing.Steven Knight2001-10-031-0/+22
* Add additional tests to provide more examples.Steven Knight2001-09-211-7/+47
* Add automatic substitution on filename lines.Steven Knight2001-09-171-1/+1
* Add more information error reporting from tests.Steven Knight2001-09-161-8/+4
* Add a TestSCons module for common initialization of SCons tests.Steven Knight2001-09-151-6/+4
* Add command-line processing for all options (with tests).Steven Knight2001-09-091-0/+26