test: Print section names, and rename all test sections

Now that we can usefully pass section names via the NOTMUCH_SKIP_TESTS
environment variable, it's useful to actually print those names out
for the user. Then, since we're now printing these names, let's use
nicer names, (not excessively long but also not using abbreviations
like "msg").
This commit is contained in:
Carl Worth 2010-09-20 14:36:31 -07:00
parent 169639e606
commit 4813ee41d6
7 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
cd $(dirname "$0")
TESTS="basic new search json thread-naming reply dump-restore uuencode threading-out-of-order author-reordering from-line-heuristics long-msgid encoding-issues"
TESTS="basic new search json thread-naming reply dump-restore uuencode thread-order author-order from-guessing long-id encoding"
# Clean up any results from a previous run
rm -r test-results >/dev/null 2>/dev/null

View file

@ -154,7 +154,7 @@ then
exit 0
fi
echo "Testing ${test_description}"
echo $(basename "$0"): "Testing ${test_description}"
exec 5>&1
if test "$verbose" = "t"