VirtualBox

Changeset 62545 in vbox


Ignore:
Timestamp:
Jul 25, 2016 4:03:38 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109114
Message:

check_for_deleted_builds.py: updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/batch/check_for_deleted_builds.py

    r62544 r62545  
    8787        while True:
    8888            aoBuilds = oBuildLogic.fetchForListing(iStart, cMaxRows, tsNow);
     89            if not self.oConfig.fQuiet and len(aoBuilds) > 0:
     90                print 'Processing builds #%s thru #%s' % (aoBuilds[0].idBuild, aoBuilds[-1].idBuild);
     91
    8992            for oBuild in aoBuilds:
    9093                if oBuild.fBinariesDeleted is False:
     
    9699                            oBuild.fBinariesDeleted = True;
    97100                            oBuildLogic.editEntry(oBuild, fCommit = True);
     101                    elif rc is None and not self.oConfig.fQuiet:
     102                        print 'Unable to determine state of build #%s' % (oBuild.idBuild,);
    98103
    99104            # advance
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette