[MERGE][Bug #111914]selftest options to fail if there are missing dependencies, known-failures, etc
John Arbash Meinel
john at arbash-meinel.com
Thu Aug 2 17:27:16 BST 2007
John Arbash Meinel has voted approve.
Status is now: Semi-approved
Comment:
As Martin pointed out, some features are not going to ever pass. (Like
running LANG=c ./bzr selftest will always be missing unicode).
But aside from that, I would be happy to see the pqm's 'make check' run
as:
python -Werror ./bzr selftest --strict -v $(tests)
@echo "Running all tests with no locale."
LC_CTYPE= LANG=C LC_ALL= ./bzr selftest -v $(tests)
python -O -Werror ./bzr selftest --strict -v $(tests)
For details, see:
http://bundlebuggy.aaronbentley.com/request/%3C46AF14E7.7010806%40warwick.ac.uk%3E
More information about the bazaar
mailing list