From b62c4860f87e8299d36ace1baab5bc2bf15d0407 Mon Sep 17 00:00:00 2001 From: Chris Sosa Date: Fri, 28 Jan 2011 18:30:02 -0800 Subject: [PATCH] Fix issue where full builders end prematurely. TBR dgarrett Change-Id: I08b7c19b8010003857f9791ca45ec9cadb972d47 BUG=N0ne TEST=Ran Review URL: http://codereview.chromium.org/6352027 --- bin/cbuildbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cbuildbot.py b/bin/cbuildbot.py index 954cfc3e48..d0a777f427 100755 --- a/bin/cbuildbot.py +++ b/bin/cbuildbot.py @@ -746,7 +746,7 @@ def main(): if buildconfig['uprev']: _UprevPackages(buildroot, tracking_branch, revisionfile, buildconfig['board'], rev_overlays) - elif not chrome_atom_to_build: + elif options.chrome_rev and not chrome_atom_to_build: # We found nothing to rev, we're done here. return