aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/author-reordering (renamed from test/t0009-author-reordering.sh)0
-rwxr-xr-xtest/basic (renamed from test/t0000-basic.sh)0
-rwxr-xr-xtest/dump-restore (renamed from test/t0006-dump-restore.sh)0
-rwxr-xr-xtest/encoding-issues (renamed from test/t0012-encoding-issues.sh)0
-rwxr-xr-xtest/from-line-heuristics (renamed from test/t0010-from-line-heuristics.sh)0
-rwxr-xr-xtest/json (renamed from test/t0003-json.sh)0
-rwxr-xr-xtest/long-msgid (renamed from test/t0011-long-msgid.sh)0
-rwxr-xr-xtest/new (renamed from test/t0001-new.sh)0
-rwxr-xr-xtest/notmuch-test10
-rwxr-xr-xtest/reply (renamed from test/t0005-reply.sh)0
-rwxr-xr-xtest/search (renamed from test/t0002-search.sh)0
-rwxr-xr-xtest/thread-naming (renamed from test/t0004-thread-naming.sh)0
-rwxr-xr-xtest/threading-out-of-order (renamed from test/t0008-threading-out-of-order.sh)0
-rwxr-xr-xtest/uuencode (renamed from test/t0007-uuencode.sh)0
14 files changed, 6 insertions, 4 deletions
diff --git a/test/t0009-author-reordering.sh b/test/author-reordering
index d618b858..d618b858 100755
--- a/test/t0009-author-reordering.sh
+++ b/test/author-reordering
diff --git a/test/t0000-basic.sh b/test/basic
index eb109533..eb109533 100755
--- a/test/t0000-basic.sh
+++ b/test/basic
diff --git a/test/t0006-dump-restore.sh b/test/dump-restore
index 21f91055..21f91055 100755
--- a/test/t0006-dump-restore.sh
+++ b/test/dump-restore
diff --git a/test/t0012-encoding-issues.sh b/test/encoding-issues
index 73ca62ad..73ca62ad 100755
--- a/test/t0012-encoding-issues.sh
+++ b/test/encoding-issues
diff --git a/test/t0010-from-line-heuristics.sh b/test/from-line-heuristics
index 613917c9..613917c9 100755
--- a/test/t0010-from-line-heuristics.sh
+++ b/test/from-line-heuristics
diff --git a/test/t0003-json.sh b/test/json
index 24976131..24976131 100755
--- a/test/t0003-json.sh
+++ b/test/json
diff --git a/test/t0011-long-msgid.sh b/test/long-msgid
index 1f55d716..1f55d716 100755
--- a/test/t0011-long-msgid.sh
+++ b/test/long-msgid
diff --git a/test/t0001-new.sh b/test/new
index 4c6952fd..4c6952fd 100755
--- a/test/t0001-new.sh
+++ b/test/new
diff --git a/test/notmuch-test b/test/notmuch-test
index 61b9280a..9b00d335 100755
--- a/test/notmuch-test
+++ b/test/notmuch-test
@@ -8,16 +8,18 @@
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"
+
# Clean up any results from a previous run
rm -r test-results >/dev/null 2>/dev/null
# Run the tests
-for test in t[0-9][0-9][0-9][0-9]*.sh; do
- ./"$test"
+for test in $TESTS; do
+ ./$test
done
# Report results
-./aggregate-results.sh test-results/t*-*
+./aggregate-results.sh test-results/*
# Clean up
-#rm -r test-results
+rm -r test-results
diff --git a/test/t0005-reply.sh b/test/reply
index d6b74317..d6b74317 100755
--- a/test/t0005-reply.sh
+++ b/test/reply
diff --git a/test/t0002-search.sh b/test/search
index 865f5bb6..865f5bb6 100755
--- a/test/t0002-search.sh
+++ b/test/search
diff --git a/test/t0004-thread-naming.sh b/test/thread-naming
index 31c01532..31c01532 100755
--- a/test/t0004-thread-naming.sh
+++ b/test/thread-naming
diff --git a/test/t0008-threading-out-of-order.sh b/test/threading-out-of-order
index 47f25c86..47f25c86 100755
--- a/test/t0008-threading-out-of-order.sh
+++ b/test/threading-out-of-order
diff --git a/test/t0007-uuencode.sh b/test/uuencode
index 3592d5cc..3592d5cc 100755
--- a/test/t0007-uuencode.sh
+++ b/test/uuencode