~vila/bzr/2.2-integration

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-04-15 09:46:04 UTC
  • mfrom: (5128.1.1 integration-2.2)
  • Revision ID: pqm@pqm.ubuntu.com-20110415094604-jql1ptxinbh4zvnk
(mbp) merge 2.1 up to 2.2

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