Rev 6045: Output time stamps while running ``make check`` to get better timings from pqm in http://bazaar.launchpad.net/~vila/bzr/2.4-integration/

Vincent Ladeuil v.ladeuil+lp at free.fr
Mon Sep 5 08:50:23 UTC 2011


At http://bazaar.launchpad.net/~vila/bzr/2.4-integration/

------------------------------------------------------------
revno: 6045
revision-id: v.ladeuil+lp at free.fr-20110905085023-8s2dbub9wjb8z55h
parent: pqm at pqm.ubuntu.com-20110902231318-v03drk68w9663ce8
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 2.4.0-dev
timestamp: Mon 2011-09-05 10:50:23 +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-09-05 08:50:23 +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



More information about the bazaar-commits mailing list