diff options
author | Carl Worth <cworth@cworth.org> | 2010-09-17 13:53:47 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-09-17 14:08:36 -0700 |
commit | 222926abe1e221a6239ccb9436968af43e1b6fb2 (patch) | |
tree | 029145b74a3a782ab532479559dfb9f13482fa1f /test/notmuch-test | |
parent | e6ba2c63c9ba3d8999bd2f1c5eac3c5bf7c14167 (diff) |
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
Diffstat (limited to 'test/notmuch-test')
-rwxr-xr-x | test/notmuch-test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/notmuch-test b/test/notmuch-test index 8ff21cc6..61b9280a 100755 --- a/test/notmuch-test +++ b/test/notmuch-test @@ -20,4 +20,4 @@ done ./aggregate-results.sh test-results/t*-* # Clean up -rm -r test-results +#rm -r test-results |