From bde23a4670d15ebe55e975ed4665b4f09c9645cc Mon Sep 17 00:00:00 2001 From: stevenknight Date: Tue, 15 Dec 2009 23:46:55 +0000 Subject: [PATCH] ...and call the correct method. git-svn-id: http://scons.tigris.org/svn/scons/trunk@4552 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- bin/time-scons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2