summaryrefslogtreecommitdiff
path: root/bin/time-scons.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-12-15 23:46:55 +0000
committerSteven Knight <knight@baldmt.com>2009-12-15 23:46:55 +0000
commit0db034e239bc3e63a5d7582d2a35f3bc7d0df3c8 (patch)
tree37066abe03105f75feb06834c98f8bcedc3c2089 /bin/time-scons.py
parentb16e1ab1da872b74124ed3ad5f36850b6d72ab53 (diff)
downloadscons-0db034e239bc3e63a5d7582d2a35f3bc7d0df3c8.tar.gz
...and call the correct method.
Diffstat (limited to 'bin/time-scons.py')
-rw-r--r--bin/time-scons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/time-scons.py b/bin/time-scons.py
index fc5c7111..10684e09 100644
--- a/bin/time-scons.py
+++ b/bin/time-scons.py
@@ -245,7 +245,7 @@ def do_revisions(cr, opts, branch, revisions, scripts):
commands.append(['svn', 'up', '-q', '-r', str(this_revision)]
+ TimeSCons_pieces)
- status = cr.run(commands, stdout=stdout, stderr=stderr)
+ status = cr.run_list(commands, stdout=stdout, stderr=stderr)
if status:
return status