~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: 2008-02-25 09:21:19 UTC
  • mfrom: (3235.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080225092119-bk1won32t9nw4h6u
Merge 1.2 branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
2663
2663
            if benchfile is not None:
2664
2664
                benchfile.close()
2665
2665
        if result:
2666
 
            info('tests passed')
 
2666
            note('tests passed')
2667
2667
        else:
2668
 
            info('tests failed')
 
2668
            note('tests failed')
2669
2669
        return int(not result)
2670
2670
 
2671
2671