~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Martin Pool
  • Date: 2011-04-15 07:09:27 UTC
  • mfrom: (4797.85.2 2.1)
  • mto: (5050.73.2 2.2)
  • mto: This revision was merged to the branch mainline in revision 5796.
  • Revision ID: mbp@sourcefrog.net-20110415070927-mi1yxi4w54i9feaz
merge up 2.1; restoring python2.4 compatibility and ignoring ImportWarning

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
check-nodocs: extensions
42
42
        # Generate a stream for PQM to watch.
43
 
        $(PYTHON) -Werror -O ./bzr selftest --subunit $(tests) | tee selftest.log
 
43
        $(PYTHON) -Werror -Wignore::ImportWarning -O ./bzr selftest --subunit $(tests) | tee selftest.log
44
44
        # Check that there were no errors reported.
45
45
        subunit-stats < selftest.log
46
46