summaryrefslogtreecommitdiff
path: root/test/t0000-basic.sh
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-09-17 13:53:47 -0700
committerCarl Worth <cworth@cworth.org>2010-09-17 14:08:36 -0700
commit222926abe1e221a6239ccb9436968af43e1b6fb2 (patch)
tree029145b74a3a782ab532479559dfb9f13482fa1f /test/t0000-basic.sh
parente6ba2c63c9ba3d8999bd2f1c5eac3c5bf7c14167 (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/t0000-basic.sh')
-rwxr-xr-xtest/t0000-basic.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t0000-basic.sh b/test/t0000-basic.sh
index 511e200..9c495b6 100755
--- a/test/t0000-basic.sh
+++ b/test/t0000-basic.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2005 Junio C Hamano
#
-test_description='Tests the test framework itself.'
+test_description='the test framework itself.'
################################################################
# It appears that people try to run tests without building...