/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: Canonical.com Patch Queue Manager
  • Date: 2007-04-16 21:05:46 UTC
  • mfrom: (2408.1.8 selftest.win32)
  • Revision ID: pqm@pqm.ubuntu.com-20070416210546-4ib7pt7wkkk71zzj
(bialix,r=john) win32-related selftest improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
2293
2293
        if sys.platform == 'win32' and e.errno == errno.EACCES:
2294
2294
            print >>sys.stderr, ('Permission denied: '
2295
2295
                                 'unable to remove testing dir '
2296
 
                                 '%s' % os.path.basename(test_root))
 
2296
                                 '%s' % os.path.basename(dirname))
2297
2297
        else:
2298
2298
            raise
2299
2299