Ticket #4916: regr_cleanup.patch

File regr_cleanup.patch, 816 bytes (added by Jim Bell <jim@…>, 12 years ago)
  • regression.py

     
    511511                self.unpack_tarball( self.local, self.boost_root )
    512512               
    513513            elif self.have_source:
    514                 if not self.incremental: self.command_cleanup( [ 'bin' ] )
     514                if not self.incremental: self.command_cleanup( 'bin' )
    515515               
    516516            else:
    517517                if self.incremental or self.force_update:
    518                     if not self.incremental: self.command_cleanup( [ 'bin' ] )
     518                    if not self.incremental: self.command_cleanup( 'bin' )
    519519                else:
    520520                    self.command_cleanup()
    521521                self.command_get_source()