Rev 6113: 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:33:51 UTC 2011


At file:///home/vila/src/bzr/bugs/837926-log-make-check/

------------------------------------------------------------
revno: 6113
revision-id: v.ladeuil+lp at free.fr-20110831093351-2s900ohdtlhshhlq
parent: pqm at pqm.ubuntu.com-20110830180457-ps2gk792qjr7n8oe
fixes bug(s): https://launchpad.net/bugs/837926
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 837926-log-make-check
timestamp: Wed 2011-08-31 11:33:51 +0200
message:
  Output time stamps while running ``make check`` to get better timings from pqm
-------------- next part --------------
=== modified file 'Makefile'
--- a/Makefile	2011-05-18 15:45:07 +0000
+++ b/Makefile	2011-08-31 09:33:51 +0000
@@ -42,7 +42,9 @@
 	set -e
 	# Generate a stream for PQM to watch.
 	-$(RM) -f selftest.log
+	echo `date` ": selftest starts" 1>&2
 	$(PYTHON) -Werror -Wignore::ImportWarning -O ./bzr selftest --subunit $(tests) | tee selftest.log
+	echo `date` ": selftest ends" 1>&2
 	# An empty log file should catch errors in the $(PYTHON)
 	# command above (the '|' swallow any errors since 'make'
 	# sees the 'tee' exit code for the whole line

=== modified file 'doc/en/release-notes/bzr-2.5.txt'
--- a/doc/en/release-notes/bzr-2.5.txt	2011-08-27 19:08:54 +0000
+++ b/doc/en/release-notes/bzr-2.5.txt	2011-08-31 09:33:51 +0000
@@ -254,6 +254,9 @@
   allowing it to be used for modules with side-effects.
   (Vincent Ladeuil, #712474)
 
+* Output time stamps while running ``make check`` to get better timings from
+  pqm.  (Vincent Ladeuil, #837926)
+
 * `TestCaseWithMemoryTransport` is faster now: `_check_safety_net` now
   just compares the bytes in the dirstate file to its pristine state,
   rather than opening the WorkingTree and calling ``last_revision()``.



More information about the bazaar-commits mailing list