summaryrefslogtreecommitdiff
path: root/test/option-s.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug #2486 - Allow SetOption('silent',True) - Previously this option could...William Deegan2017-08-191-0/+14
* Remove 'b' from open, not needed py2/3Craig Rodrigues2017-03-111-1/+1
* Merge fix for #2976, -s should be silent about entering subdirs.Gary Oberbrunner2012-05-121-1/+1
|\
* | fix for issue 2976edA-qa mort-ora-y2012-05-051-0/+5
|/
* Remove more unnecessary imports from test scripts.Steven Knight2009-02-111-1/+0
* 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-1/+1
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-3/+3
* 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
* Allow new ReadingSteven Knight2002-10-141-3/+3
* Add output to tell people when we're reading SConscript files versus when we'...Steven Knight2002-09-301-3/+3
* Changes from Charles Crain.Steven Knight2002-06-051-3/+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-1/+1
* Fix a number of small problems in tests.Steven Knight2001-10-281-4/+7
* Portability fixes for tests on Windows Nt.Steven Knight2001-10-171-4/+6
* 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-12/+3
* Add a TestSCons module for common initialization of SCons tests.Steven Knight2001-09-151-7/+5
* Add -n and -s support.Steven Knight2001-09-111-10/+36
* Add command-line processing for all options (with tests).Steven Knight2001-09-091-0/+31