~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-09-01 13:04:30 UTC
  • mfrom: (6112.3.1 837926-log-make-check)
  • Revision ID: pqm@pqm.ubuntu.com-20110901130430-vwqqnibolw6bewdf
(vila) Output time stamps while running ``make check`` to get better timings
 from pqm (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        set -e
43
43
        # Generate a stream for PQM to watch.
44
44
        -$(RM) -f selftest.log
 
45
        echo `date` ": selftest starts" 1>&2
45
46
        $(PYTHON) -Werror -Wignore::ImportWarning -O ./bzr selftest --subunit $(tests) | tee selftest.log
 
47
        echo `date` ": selftest ends" 1>&2
46
48
        # An empty log file should catch errors in the $(PYTHON)
47
49
        # command above (the '|' swallow any errors since 'make'
48
50
        # sees the 'tee' exit code for the whole line