~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-09-16 02:52:14 UTC
  • mfrom: (4685.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090916025214-6cyz9179xs7f1w70
(robertc) Support dropping into pdb on failing tests. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3340
3340
    Tests that need working space on disk use a common temporary directory,
3341
3341
    typically inside $TMPDIR or /tmp.
3342
3342
 
 
3343
    If you set BZR_TEST_PDB=1 when running selftest, failing tests will drop
 
3344
    into a pdb postmortem session.
 
3345
 
3343
3346
    :Examples:
3344
3347
        Run only tests relating to 'ignore'::
3345
3348