Rev 5398: Make any failure be treated as a real failure. in http://bzr.arbash-meinel.com/branches/bzr/jam-integration

John Arbash Meinel john at arbash-meinel.com
Mon Aug 30 20:17:38 BST 2010


At http://bzr.arbash-meinel.com/branches/bzr/jam-integration

------------------------------------------------------------
revno: 5398
revision-id: john at arbash-meinel.com-20100830191731-pwwlu5vddrpkpr6p
parent: pqm at pqm.ubuntu.com-20100830143652-e1ji3zh62t50lujb
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: jam-integration
timestamp: Mon 2010-08-30 14:17:31 -0500
message:
  Make any failure be treated as a real failure.
-------------- next part --------------
=== modified file 'Makefile'
--- a/Makefile	2010-04-06 06:59:03 +0000
+++ b/Makefile	2010-08-30 19:17:31 +0000
@@ -39,6 +39,7 @@
 check: docs check-nodocs
 
 check-nodocs: extensions
+	set -e
 	# Generate a stream for PQM to watch.
 	$(PYTHON) -Werror -O ./bzr selftest --subunit $(tests) | tee selftest.log
 	# Check that there were no errors reported.



More information about the bazaar-commits mailing list