Rev 4769: (andrew) Do not use --subunit in 'make check' because it does not yet in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Mon Oct 26 03:57:30 GMT 2009
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 4769 [merge]
revision-id: pqm at pqm.ubuntu.com-20091026035729-o3aemozkniitzk9k
parent: pqm at pqm.ubuntu.com-20091023184024-igfxawbh4tkag0ui
parent: andrew.bennetts at canonical.com-20091026030856-g92mde9y09e1evac
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2009-10-26 03:57:29 +0000
message:
(andrew) Do not use --subunit in 'make check' because it does not yet
provide a way to reliably detect failures. (#457952)
modified:
Makefile Makefile-20050805140406-d96e3498bb61c5bb
=== modified file 'Makefile'
--- a/Makefile 2009-10-13 15:05:13 +0000
+++ b/Makefile 2009-10-26 03:08:56 +0000
@@ -39,7 +39,7 @@
check: docs check-nodocs
check-nodocs: extensions
- $(PYTHON) -Werror -O ./bzr selftest -1 --subunit $(tests)
+ $(PYTHON) -Werror -O ./bzr selftest -1v $(tests)
# Run Python style checker (apt-get install pyflakes)
#
More information about the bazaar-commits
mailing list