From 792466a85e2e2d9967dc2531d80ec5c2cf8b16a6 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Sat, 19 Dec 2009 16:18:25 +0000 Subject: Update the number of the "base" revision of bin/time-scons.py to use for historical statistics. Close the triple-quote in the doc string I added right before the last checkin. --- bin/time-scons.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/time-scons.py b/bin/time-scons.py index dfdbbdd..78d26e5 100644 --- a/bin/time-scons.py +++ b/bin/time-scons.py @@ -38,7 +38,7 @@ SubversionURL = 'http://scons.tigris.org/svn/scons' # a revision prior to this, we'll forcibly update the TimeSCons pieces # of the tree to this revision to collect consistent timings for earlier # revisions. -TimeSCons_revision = 4567 +TimeSCons_revision = 4569 # The pieces of the TimeSCons infrastructure that are necessary to # produce consistent timings, even when the rest of the tree is from @@ -208,7 +208,7 @@ def prepare_commands(): def script_command(script): """Returns the command to actually invoke the specified timing - script using our "built" scons." + script using our "built" scons.""" return [sys.executable, 'runtest.py', '-x', 'build/usr/bin/scons', script] def do_revisions(cr, opts, branch, revisions, scripts): -- cgit v0.12