~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-02-18 06:07:17 UTC
  • mfrom: (5044.1.1 trivial)
  • Revision ID: pqm@pqm.ubuntu.com-20100218060717-0qpgz8ovru733yzw
(mbp) turn off verbose tests in 'make check'

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
check: docs check-nodocs
40
40
 
41
41
check-nodocs: extensions
42
 
        $(PYTHON) -Werror -O ./bzr selftest -1v $(tests)
 
42
        $(PYTHON) -Werror -O ./bzr selftest -1 $(tests)
43
43
 
44
44
# Run Python style checker (apt-get install pyflakes)
45
45
#