Rev 4771: Output time stamps while running ``make check`` to get better timings from pqm. in file:///home/vila/src/bzr/bugs/837926-log-make-check/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Wed Aug 31 09:01:59 UTC 2011
At file:///home/vila/src/bzr/bugs/837926-log-make-check/
------------------------------------------------------------
revno: 4771
revision-id: v.ladeuil+lp at free.fr-20110831090159-3jywv6pfnghcxxax
parent: pqm at pqm.ubuntu.com-20110819123645-9qb5q134bohp1p3s
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 837926-log-make-check
timestamp: Wed 2011-08-31 11:01:59 +0200
message:
Output time stamps while running ``make check`` to get better timings from pqm.
-------------- next part --------------
=== modified file 'Makefile'
--- a/Makefile 2009-11-18 04:29:56 +0000
+++ b/Makefile 2011-08-31 09:01:59 +0000
@@ -39,9 +39,12 @@
check: docs check-nodocs
check-nodocs: extensions
+ echo `date` selftest starts 1>&2
$(PYTHON) -Werror -O ./bzr selftest -1v $(tests)
@echo "Running all tests with no locale."
+ echo `date` selftest [ascii] starts 1>&2
LC_CTYPE= LANG=C LC_ALL= ./bzr selftest -1v $(tests) 2>&1 | sed -e 's/^/[ascii] /'
+ echo `date` selftest ends 1>&2
# Run Python style checker (apt-get install pyflakes)
#
=== modified file 'NEWS'
--- a/NEWS 2011-08-19 11:14:17 +0000
+++ b/NEWS 2011-08-31 09:01:59 +0000
@@ -50,7 +50,8 @@
Testing
*******
-
+* Output time stamps while running ``make check`` to get better timings from
+ pqm. (Vincent Ladeuil, #837926)
bzr 2.0.6
#########
More information about the bazaar-commits
mailing list