Rev 2726: Run tests only twice from make check in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Mon Aug 20 05:10:14 BST 2007
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 2726
revision-id: pqm at pqm.ubuntu.com-20070820041010-nyyzxegr0j011062
parent: pqm at pqm.ubuntu.com-20070817192843-0jaoxooskia72irk
parent: mbp at sourcefrog.net-20070820025824-pll4d6x7e68smh2j
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2007-08-20 05:10:10 +0100
message:
Run tests only twice from make check
modified:
Makefile Makefile-20050805140406-d96e3498bb61c5bb
------------------------------------------------------------
revno: 2720.1.2
merged: mbp at sourcefrog.net-20070820025824-pll4d6x7e68smh2j
parent: mbp at sourcefrog.net-20070817074531-moxyeebc4f19gdqd
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: faster-make-check
timestamp: Mon 2007-08-20 12:58:24 +1000
message:
Run tests only twice from make check
------------------------------------------------------------
revno: 2720.1.1
merged: mbp at sourcefrog.net-20070817074531-moxyeebc4f19gdqd
parent: pqm at pqm.ubuntu.com-20070816195834-vvgmajr1s1uk4m9w
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: faster-make-check
timestamp: Fri 2007-08-17 17:45:31 +1000
message:
Don't repeat tests with python -O
=== modified file 'Makefile'
--- a/Makefile 2007-08-07 19:33:11 +0000
+++ b/Makefile 2007-08-20 02:58:24 +0000
@@ -26,10 +26,9 @@
python setup.py build_ext -i
check: docs extensions
- python -Werror ./bzr selftest -v $(tests)
+ python -Werror -O ./bzr selftest -v $(tests)
@echo "Running all tests with no locale."
LC_CTYPE= LANG=C LC_ALL= ./bzr selftest -v $(tests)
- python -O -Werror ./bzr selftest -v $(tests)
check-msgeditor:
./bzr --no-plugins selftest -v msgeditor
More information about the bazaar-commits
mailing list