aboutsummaryrefslogtreecommitdiff
path: root/test/notmuch-test
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-09-20 14:36:31 -0700
committerCarl Worth <cworth@cworth.org>2010-09-20 14:38:56 -0700
commit4813ee41d63e8bb6f699303be3123be12dfde3f5 (patch)
treef1caf5b6a9b51bc180129ddb1fcdddacf366ff1d /test/notmuch-test
parent169639e606929b9e98f7264035cd5c0a581ffb53 (diff)
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").
Diffstat (limited to 'test/notmuch-test')
-rwxr-xr-xtest/notmuch-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/notmuch-test b/test/notmuch-test
index 294c3fd..fc1a66b 100755
--- a/test/notmuch-test
+++ b/test/notmuch-test
@@ -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