summaryrefslogtreecommitdiff
path: root/test/option-n.py
Commit message (Expand)AuthorAgeFilesLines
* Remove 'b' from open, not needed py2/3Craig Rodrigues2017-03-111-1/+1
* Merged revisions 4727-4729,4731-4938,4940-5028 via svnmerge fromSteven Knight2010-06-151-2/+2
* Update the Test{Cmd,Common}.py 0.36, with better diff reportingSteven Knight2009-07-241-1/+2
* Remove more unnecessary imports from test scripts.Steven Knight2009-02-111-3/+1
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Remove (lots) more unnecessary imports.Steven Knight2009-02-061-2/+1
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-3/+3
* Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,...Steven Knight2007-07-151-0/+1
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-8/+8
* Make SConsignFile() behavior the default.Steven Knight2005-05-071-1/+1
* Better test infrastructure for cleaning (-c) messages. (Kevin Quick)Steven Knight2004-09-211-8/+1
* Better -n test: make sure the directory is clean first. (Kevin Quick)Steven Knight2004-09-151-1/+15
* Lots of Configure() enhancements. (Christoph Wiedemann)Steven Knight2004-09-051-8/+5
* Change the double quotes around an up-to-date target to be like Make.Steven Knight2003-06-181-1/+1
* Raise an error if SConf needs to do something but -n or -q is specified. (Ch...Steven Knight2003-06-121-1/+75
* Don't update the .sconsign files when using -n. (Steve Leblanc)Steven Knight2003-05-311-1/+9
* Change the Building message to say Cleaning when the -c option is used.Steven Knight2003-05-191-1/+8
* 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
* Don't duplicate source files in a BuildDir when the -n option is used.Steven Knight2003-01-011-6/+4
* Refactor FunctionAction objects to support -n and -s.Steven Knight2002-12-281-14/+5
* Change the name of 'lib.py' to 'mslib.py'.Steven Knight2002-12-051-2/+3
* Prevent -n from unlinking files.Steven Knight2002-12-051-0/+57
* Add output to tell people when we're reading SConscript files versus when we'...Steven Knight2002-09-301-2/+2
* Changes from Charles Crain.Steven Knight2002-06-051-3/+2
* Make -c work with -n: don't remove the files!Steven Knight2002-03-311-0/+13
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Make the (s) and variables upper-case.Steven Knight2001-10-311-1/+1
* Fix a number of small problems in tests.Steven Knight2001-10-281-2/+5
* Portability fixes for tests on Windows Nt.Steven Knight2001-10-171-5/+7
* Implement special variable substitution.Steven Knight2001-10-111-1/+1
* Updating licensing.Steven Knight2001-10-031-0/+22
* Add automatic substitution on filename lines.Steven Knight2001-09-171-1/+1
* Add more information error reporting from tests.Steven Knight2001-09-161-24/+6
* Add a TestSCons module for common initialization of SCons tests.Steven Knight2001-09-151-10/+8
* Add -n and -s support.Steven Knight2001-09-111-17/+54
* Add command-line processing for all options (with tests).Steven Knight2001-09-091-0/+41