aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-09-20 14:36:31 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-09-20 14:38:56 -0700
commit4813ee41d63e8bb6f699303be3123be12dfde3f5 (patch)
treef1caf5b6a9b51bc180129ddb1fcdddacf366ff1d /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')
-rwxr-xr-xtest/author-order (renamed from test/author-reordering)0
-rwxr-xr-xtest/encoding (renamed from test/encoding-issues)0
-rwxr-xr-xtest/from-guessing (renamed from test/from-line-heuristics)0
-rwxr-xr-xtest/long-id (renamed from test/long-msgid)0
-rwxr-xr-xtest/notmuch-test2
-rw-r--r--test/test-lib.sh2
-rwxr-xr-xtest/thread-order (renamed from test/threading-out-of-order)0
7 files changed, 2 insertions, 2 deletions
diff --git a/test/author-reordering b/test/author-order
index d618b858..d618b858 100755
--- a/test/author-reordering
+++ b/test/author-order
diff --git a/test/encoding-issues b/test/encoding
index 73ca62ad..73ca62ad 100755
--- a/test/encoding-issues
+++ b/test/encoding
diff --git a/test/from-line-heuristics b/test/from-guessing
index 613917c9..613917c9 100755
--- a/test/from-line-heuristics
+++ b/test/from-guessing
diff --git a/test/long-msgid b/test/long-id
index 1f55d716..1f55d716 100755
--- a/test/long-msgid
+++ b/test/long-id
diff --git a/test/notmuch-test b/test/notmuch-test
index 294c3fd7..fc1a66bf 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
diff --git a/test/test-lib.sh b/test/test-lib.sh
index b21b4358..7688fe0e 100644
--- a/test/test-lib.sh
+++ b/test/test-lib.sh
@@ -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"
diff --git a/test/threading-out-of-order b/test/thread-order
index 47f25c86..47f25c86 100755
--- a/test/threading-out-of-order
+++ b/test/thread-order