mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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:
parent
169639e606
commit
4813ee41d6
7 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue