early revisions have bugs and we can still go on and get useful stats
from the full and null builds.
git-svn-id: http://scons.tigris.org/svn/scons/trunk@4557
fdb21ef1-2011-0410-befe-
b5e4ea1792b1
"real work" is done.
"""
kw['options'] = kw.get('options', '') + ' --help'
+ # Ignore the exit status. If the --help run dies, we just
+ # won't report any statistics for it, but we can still execute
+ # the full and null builds.
+ kw['status'] = None
# TODO(1.5)
#self.run(*args, **kw)
apply(self.run, args, kw)