~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Martin Pool
  • Date: 2007-08-28 01:49:28 UTC
  • mto: This revision was merged to the branch mainline in revision 2750.
  • Revision ID: mbp@sourcefrog.net-20070828014928-5qs9v1ij91zqv7ci
(mbp) Show 'ascii' prefix when make check runs tests again in ascii mode

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
check: docs extensions
32
32
        python -Werror -O ./bzr selftest -1v $(tests)
33
33
        @echo "Running all tests with no locale."
34
 
        LC_CTYPE= LANG=C LC_ALL= ./bzr selftest -1v $(tests)
 
34
        LC_CTYPE= LANG=C LC_ALL= ./bzr selftest -1v $(tests) 2>&1 | sed -e 's/^/[ascii] /'
35
35
 
36
36
check-msgeditor:
37
37
        ./bzr --no-plugins selftest -v msgeditor