Fix issue where full builders end prematurely.

TBR dgarrett

Change-Id: I08b7c19b8010003857f9791ca45ec9cadb972d47

BUG=N0ne
TEST=Ran

Review URL: http://codereview.chromium.org/6352027
This commit is contained in:
Chris Sosa 2011-01-28 18:30:02 -08:00
parent af47e0e488
commit b62c4860f8

View File

@ -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