/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2006-09-23 16:53:08 UTC
  • mto: This revision was merged to the branch mainline in revision 2036.
  • Revision ID: john@arbash-meinel.com-20060923165308-821b9c574cfea136
Set the external_attr bits so Windows respects our directories

Show diffs side-by-side

added added

removed removed

Lines of Context:
682
682
        bzrlib.trace.disable_test_log(self._log_nonce)
683
683
        self._log_file.close()
684
684
        self._log_file = None
685
 
        if not self._keep_log_file:
686
 
            os.remove(self._log_file_name)
687
 
            self._log_file_name = None
 
685
        #if not self._keep_log_file:
 
686
        #    os.remove(self._log_file_name)
 
687
        #    self._log_file_name = None
688
688
 
689
689
    def setKeepLogfile(self):
690
690
        """Make the logfile not be deleted when _finishLogFile is called."""