~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/testing.txt

  • Committer: Martin Pool
  • Date: 2010-02-04 13:14:04 UTC
  • mto: This revision was merged to the branch mainline in revision 5008.
  • Revision ID: mbp@sourcefrog.net-20100204131404-jwwo5al3loltifkm
Recommend using -Dno_apport for development

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
failing tests for example.
88
88
 
89
89
 
 
90
Disabling crash reporting
 
91
-------------------------
 
92
 
 
93
By default Bazaar uses apport_ to report program crashes.  In developing
 
94
Bazaar it's normal and expected to have it crash from time to time, at
 
95
least because a test failed if for no other reason.
 
96
 
 
97
Therefore you should probably add ``debug_flags = no_apport`` to your
 
98
``bazaar.conf`` file (in ``~/.bazaar/`` on Unix), so that failures just
 
99
print a traceback rather than writing a crash file.
 
100
 
 
101
.. _apport: https://launchpad.net/apport/
 
102
 
 
103
 
90
104
Test suite debug flags
91
105
----------------------
92
106