Rev 4655: (mbp) make check no longer repeats the test run in LANG=C in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Thu Aug 27 01:53:35 BST 2009
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 4655 [merge]
revision-id: pqm at pqm.ubuntu.com-20090827005327-iky1i2fzwi75h4ie
parent: pqm at pqm.ubuntu.com-20090827000013-8r81i76yo8tbfjxq
parent: mbp at sourcefrog.net-20090612014034-0v8byqsv4yqvvt77
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Thu 2009-08-27 01:53:27 +0100
message:
(mbp) make check no longer repeats the test run in LANG=C
modified:
Makefile Makefile-20050805140406-d96e3498bb61c5bb
NEWS NEWS-20050323055033-4e00b5db738777ff
=== modified file 'Makefile'
--- a/Makefile 2009-08-03 20:38:39 +0000
+++ b/Makefile 2009-08-27 00:53:27 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 2005, 2006, 2007, 2008 Canonical Ltd
+# Copyright (C) 2005, 2006, 2007, 2008, 2009 Canonical Ltd
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -40,8 +40,6 @@
check-nodocs: extensions
$(PYTHON) -Werror -O ./bzr selftest -1v $(tests)
- @echo "Running all tests with no locale."
- LC_CTYPE= LANG=C LC_ALL= ./bzr selftest -1v $(tests) 2>&1 | sed -e 's/^/[ascii] /'
# Run Python style checker (apt-get install pyflakes)
#
=== modified file 'NEWS'
--- a/NEWS 2009-08-27 00:00:13 +0000
+++ b/NEWS 2009-08-27 00:53:27 +0000
@@ -939,6 +939,9 @@
Testing
*******
+* ``make check`` no longer repeats the test run in ``LANG=C``.
+ (Martin Pool, #386180)
+
* The number of cores is now correctly detected on OSX. (John Szakmeister)
* The number of cores is also detected on Solaris and win32. (Vincent Ladeuil)
More information about the bazaar-commits
mailing list