Rev 6120: (vila) Output time stamps while running ``make check`` to get better timings in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Thu Sep 1 13:04:33 UTC 2011
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 6120 [merge]
revision-id: pqm at pqm.ubuntu.com-20110901130430-vwqqnibolw6bewdf
parent: pqm at pqm.ubuntu.com-20110901105526-jnqnr84fhdriyjee
parent: v.ladeuil+lp at free.fr-20110831093351-2s900ohdtlhshhlq
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Thu 2011-09-01 13:04:30 +0000
message:
(vila) Output time stamps while running ``make check`` to get better timings
from pqm (Vincent Ladeuil)
modified:
Makefile Makefile-20050805140406-d96e3498bb61c5bb
doc/en/release-notes/bzr-2.5.txt bzr2.5.txt-20110708125756-587p0hpw7oke4h05-1
=== 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-09-01 06:35:30 +0000
+++ b/doc/en/release-notes/bzr-2.5.txt 2011-09-01 13:04:30 +0000
@@ -260,6 +260,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