Rev 2727: Make check runs only until it finds one error in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Mon Aug 20 05:57:44 BST 2007


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 2727
revision-id: pqm at pqm.ubuntu.com-20070820045741-zojy0q9vgi0d860r
parent: pqm at pqm.ubuntu.com-20070820041010-nyyzxegr0j011062
parent: mbp at sourcefrog.net-20070820041021-2y19bz236mw7sl7i
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2007-08-20 05:57:41 +0100
message:
  Make check runs only until it finds one error
modified:
  Makefile                       Makefile-20050805140406-d96e3498bb61c5bb
    ------------------------------------------------------------
    revno: 2720.1.3
    merged: mbp at sourcefrog.net-20070820041021-2y19bz236mw7sl7i
    parent: mbp at sourcefrog.net-20070820025824-pll4d6x7e68smh2j
    committer: Martin Pool <mbp at sourcefrog.net>
    branch nick: faster-make-check
    timestamp: Mon 2007-08-20 14:10:21 +1000
    message:
      Make check runs only until it finds one error
=== modified file 'Makefile'
--- a/Makefile	2007-08-20 02:58:24 +0000
+++ b/Makefile	2007-08-20 04:10:21 +0000
@@ -26,9 +26,9 @@
 	python setup.py build_ext -i
 
 check: docs extensions
-	python -Werror -O ./bzr selftest -v $(tests)
+	python -Werror -O ./bzr selftest -1v $(tests)
 	@echo "Running all tests with no locale."
-	LC_CTYPE= LANG=C LC_ALL= ./bzr selftest -v $(tests)
+	LC_CTYPE= LANG=C LC_ALL= ./bzr selftest -1v $(tests)
 
 check-msgeditor:
 	./bzr --no-plugins selftest -v msgeditor




More information about the bazaar-commits mailing list