summaryrefslogtreecommitdiff
path: root/bin/time-scons.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-12-19 16:18:25 +0000
committerSteven Knight <knight@baldmt.com>2009-12-19 16:18:25 +0000
commitd89d2638fa0746587cd8d8fa2b39248c56e236d5 (patch)
tree43d992f765a675d4a798761e6d2e16bcd7f8255f /bin/time-scons.py
parentf7145dcbb5eb22f5974cc0e328432516f57c59d0 (diff)
downloadscons-d89d2638fa0746587cd8d8fa2b39248c56e236d5.tar.gz
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.
Diffstat (limited to 'bin/time-scons.py')
-rw-r--r--bin/time-scons.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/time-scons.py b/bin/time-scons.py
index dfdbbdd9..78d26e54 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):