/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 brzlib/tests/test_trace.py

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 14:47:52 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521144752-8o6jt0a6xat9g7lm
More renames; commands in output, environment variables.

Show diffs side-by-side

added added

removed removed

Lines of Context:
315
315
        # set up.
316
316
        self.overrideAttr(sys, 'stderr', StringIO())
317
317
        # Set the log file to something that cannot exist
318
 
        self.overrideEnv('BZR_LOG', os.getcwd() + '/no-dir/bzr.log')
 
318
        self.overrideEnv('BRZ_LOG', os.getcwd() + '/no-dir/bzr.log')
319
319
        self.overrideAttr(trace, '_bzr_log_filename')
320
320
        logf = trace._open_bzr_log()
321
321
        self.assertIs(None, logf)