Issue 2099: have Execute() print an error message if an action
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 26 Aug 2008 12:55:22 +0000 (12:55 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 26 Aug 2008 12:55:22 +0000 (12:55 +0000)
commitaa04de85f26e26611e76f9931cff01d324c1a418
treeca4759db03d83fd713566e90877b104e9d8d590c
parenta14f2d46fd8fd05c38e3e17bedf29c544f48ff4b
Issue 2099:  have Execute() print an error message if an action
fails.  Better document the behavior of returning the exit status,
and that exit-on-failure is the SConscript writer's responsibility.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3310 fdb21ef1-2011-0410-befe-b5e4ea1792b1
doc/man/scons.1
doc/user/factories.in
doc/user/factories.xml
src/CHANGES.txt
src/engine/SCons/Environment.py
test/Execute.py