From 222926abe1e221a6239ccb9436968af43e1b6fb2 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 17 Sep 2010 13:53:47 -0700 Subject: 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 | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/.gitignore (limited to 'test/.gitignore') diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 00000000..87364a27 --- /dev/null +++ b/test/.gitignore @@ -0,0 +1 @@ +test-results -- cgit v1.2.3