Rev 6045: (vila) Output time stamps while running ``make check`` to get better in file:///home/pqm/archives/thelove/bzr/2.4/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Mon Sep 5 09:41:30 UTC 2011
At file:///home/pqm/archives/thelove/bzr/2.4/
------------------------------------------------------------
revno: 6045 [merge]
revision-id: pqm at pqm.ubuntu.com-20110905094127-hbp8bhniml5epsvd
parent: pqm at pqm.ubuntu.com-20110902231318-v03drk68w9663ce8
parent: v.ladeuil+lp at free.fr-20110905085023-8s2dbub9wjb8z55h
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: 2.4
timestamp: Mon 2011-09-05 09:41:27 +0000
message:
(vila) Output time stamps while running ``make check`` to get better
timings from pqm (Vincent Ladeuil)
modified:
Makefile Makefile-20050805140406-d96e3498bb61c5bb
=== 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