summaryrefslogtreecommitdiff
path: root/test/option-k.py
Commit message (Expand)AuthorAgeFilesLines
* set mode=r and not rb. py2/3William Deegan2017-03-121-4/+7
* 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 2527-2645 via svnmerge fromSteven Knight2008-02-041-1/+167
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-11/+11
* Fix -k sometimes trying to link executables even when library builds fail.Steven Knight2004-09-171-19/+61
* 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-6/+6
* 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
* Add -k support and moreSteven Knight2001-10-241-7/+11
* Portability fixes for tests on Windows Nt.Steven Knight2001-10-171-4/+7
* Implement special variable substitution.Steven Knight2001-10-111-2/+2
* Updating licensing.Steven Knight2001-10-031-0/+22
* Add additional tests to provide more examples.Steven Knight2001-09-211-7/+42
* 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