summaryrefslogtreecommitdiff
path: root/test/nonexistent.py
Commit message (Collapse)AuthorAgeFilesLines
* Win32 fixes: update error message, accomodate re match.Steven Knight2009-04-161-1/+3
|
* Per the bug report, this patch improves the "Do not know how to makeGary Oberbrunner2009-04-151-7/+9
| | | | | target X" to say what type of node is being built, and the full path (if it's a file or dir).
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Applied Benoit Belley's patch in ticket 1957 improve the robustness ofGary Oberbrunner2008-10-291-7/+9
| | | | | | | | | | | | GetBuildFailures(). New function convert_to_buildError, and use it in several places so all build failures now go through it and are returned as BuildError exceptions. Had a small effect on output formatting in many tests but no significant change to behavior. I reworked the patch a little to keep SCons exit status values the same as before; this patch could make it simpler to change them in some cases, e.g. exit with the errno of the failed action if desired. One nice side effect of this patch is that more scons errors print the node that caused the error now.
* Better error message when a source file is missing.Steven Knight2004-02-241-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
|
* Win32 portability.Steven Knight2003-01-091-2/+4
|
* Make the 'Do not know how to build' error message catch more cases. ↵Steven Knight2002-12-161-1/+31
| | | | (Anthony Roach)
* Really take care of non-existent drive letters on Win32.Steven Knight2002-11-301-55/+1
|
* Provide graceful failures when a source file doesn't exist and can't be ↵Steven Knight2002-11-271-1/+74
| | | | build, and when a nonexistent drive letter is used on Win32.
* Win32 portability: Fix error status passing back when calling sys.exit().Steven Knight2002-09-071-2/+4
|
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
|
* Provide an error message when a target hasn't been defined.Steven Knight2002-01-241-0/+42