]> git.notmuchmail.org Git - notmuch/commit
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)
commit222926abe1e221a6239ccb9436968af43e1b6fb2
tree029145b74a3a782ab532479559dfb9f13482fa1f
parente6ba2c63c9ba3d8999bd2f1c5eac3c5bf7c14167
test: Cleanup the test output

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
test/.gitignore [new file with mode: 0644]
test/aggregate-results.sh
test/notmuch-test
test/t0000-basic.sh
test/test-lib.sh