summaryrefslogtreecommitdiffstats
path: root/test/option--warn.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 1667-1674 via svnmerge fromSteven Knight2006-11-041-1/+1
| | | | | | | | | | | | | | | | | | http://scons.tigris.org/svn/scons/branches/core ........ r1672 | stevenknight | 2006-11-03 23:11:52 -0600 (Fri, 03 Nov 2006) | 1 line 0.96.D480 - Don't use UNIX logic to detect an executable qmtest.py on Windows. ........ r1673 | stevenknight | 2006-11-03 23:18:59 -0600 (Fri, 03 Nov 2006) | 1 line 0.96.D481 - Remove the print statement from the previous checkin. ........ r1674 | stevenknight | 2006-11-03 23:25:43 -0600 (Fri, 03 Nov 2006) | 1 line 0.96.D482 - Create a env.Clone() method and encourage its use in favor of env.Copy(). ........
* Get rid of indentation tabs in the test scripts and have runtest.py invoke ↵Steven Knight2005-10-141-2/+2
| | | | them with the python -tt option to keep them out.
* Restore tests to current status after "updating" to old change.Steven Knight2004-10-271-2/+2
|
* Better test handling of File lines in stack traces. (Chad Austin)Steven Knight2004-10-271-2/+2
|
* Refactor Action/Executor interaction. (Kevin Quick)Steven Knight2004-10-241-22/+12
|
* Return lists of Nodes from all builders, not single Nodes when there's only one.Steven Knight2004-08-051-3/+3
|
* Fix spurious rebuilds/reinstalls of header files and circular dependencies ↵Steven Knight2004-05-191-2/+5
| | | | with generated header files by allowing Scanners to be associated explicitly with Builders, not just through Scanner file suffix lists.
* Make the targets/sources warnings test pass regardless of dictionary order.Steven Knight2004-04-071-4/+4
|
* Add warnings for easily-confused variable names like 'targets' and 'sources.'Steven Knight2004-04-061-0/+40
|
* Relax the duplicate-environment restriction for targets so that it's okay if ↵Steven Knight2003-12-081-0/+41
| | | | the two environments would build the target with the same command or function call. (Scott Fritchie)
* Make the message about missing SConscript files a warning, not a hard ↵Steven Knight2003-12-011-0/+17
| | | | write(), so it can be ignored/disabled. (Scott Fritchie)
* Remove deprecated features.Steven Knight2003-02-121-17/+19
|
* 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
|
* Make error and warning message consistent. (Anthony Roach)Steven Knight2002-12-141-5/+5
|
* Provide a message if there are no command-line targets specified and no ↵Steven Knight2002-08-311-4/+4
| | | | Default() targets.
* Changes from Charles Crain.Steven Knight2002-06-051-0/+83