Avoids bailing on non-zero exit status from commands. This will lets
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 17 Dec 2009 15:23:20 +0000 (15:23 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 17 Dec 2009 15:23:20 +0000 (15:23 +0000)
commit6d8fced2e0c6117278a9a9bb813732f16dfa4cb8
treecb6cc258a523ebc99d6ceb0894c2ca16f3eae4f7
parentb88005e5cf01b075070ea41473d373065081483e
Avoids bailing on non-zero exit status from commands.  This will lets
us collect as many stats as possible, even when a test for a revision
in the middle of the list fails due to a bug.
Updates the "baseline" timing revision (the revision that has
the earliest "stable" TimeSCons infrastructure
Removes --noqmtest, since the "baseline" revision no longer uses
QMTest by default.
Changes the --logfiles option to a --logsdir option.
Updates the usage message.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@4558 fdb21ef1-2011-0410-befe-b5e4ea1792b1
bin/time-scons.py