~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Martin Pool
  • Date: 2010-02-18 02:11:03 UTC
  • mto: This revision was merged to the branch mainline in revision 5050.
  • Revision ID: mbp@sourcefrog.net-20100218021103-61358u6n3a0t4zsj
'make check' runs non-verbose selftest

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
#