]> git.notmuchmail.org Git - notmuch/commitdiff
test: Cleanup the test output
authorCarl Worth <cworth@cworth.org>
Fri, 17 Sep 2010 20:53:47 +0000 (13:53 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 17 Sep 2010 21:08:36 +0000 (14:08 -0700)
This makes the new, git-derived test suite report results in a manner
similar to the original notmuch test suite.

Notable changes include:

  * No more initial '*' on every line
  * Only colorize a single word
  * Don't print useless test numbers
  * Use "PASS" in place of "ok"
  * Begin sentences with a capital letter
  * Print test descriptions for each block
  * Separate each block of tests with a blank line
  * Don't summarize counts between each block


No differences found