Rename the TimeSCons.run_build() method to just TimeSCons.run() so
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 24 Nov 2009 02:12:50 +0000 (02:12 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 24 Nov 2009 02:12:50 +0000 (02:12 +0000)
commitb120f5cf00e640d01e2cf96a10e3ac26040ee666
tree13dfb4d61b90e1104ccb02182838e7be7b896761
parente09df4dd2aa48b6d6efe8dbe7a18a6ce040ab97b
Rename the TimeSCons.run_build() method to just TimeSCons.run() so
the parent class TestSCons.up_to_date() method will use it to print
the --debug=memory and --debug=times stats during up-to-date runs.
Fix the TestSCons.up_to_date() regular expression so the memory
and timing output won't cause the check to fail.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@4476 fdb21ef1-2011-0410-befe-b5e4ea1792b1
QMTest/TestSCons.py