From 8b9d8457a92ea9e5942e38de19366c0919d6e0a7 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Tue, 15 Dec 2009 23:46:55 +0000 Subject: ...and call the correct method. --- 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 fc5c711..10684e0 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 -- cgit v0.12