/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: Gordon Tyler
  • Date: 2009-11-24 05:18:15 UTC
  • mto: This revision was merged to the branch mainline in revision 4823.
  • Revision ID: gordon@doxxx.net-20091124051815-3b62q1uvhuoh6kw4
Removed debugging code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3337
3337
                argv.append('--no-plugins')
3338
3338
            # stderr=STDOUT would be ideal, but until we prevent noise on
3339
3339
            # stderr it can interrupt the subunit protocol.
3340
 
            bzrlib.trace.mutter("executing subprocess argv=%s", repr(argv))
3341
3340
            process = Popen(argv, stdin=PIPE, stdout=PIPE, stderr=PIPE,
3342
3341
                bufsize=1)
3343
3342
            test = TestInSubprocess(process, test_list_file_name)