X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Fnotmuch-test;h=c81e3fc037301a328f0395b20dfa470ce5935dc9;hp=60c3ecbcbe9968ac0dcd5fe2798a32ff6ec5cbf0;hb=3fa843216c918fe4a6151e55947cf3a7f46fcdb5;hpb=20018a0c094f576589ea82d5ca5116dfd3c0ea55 diff --git a/test/notmuch-test b/test/notmuch-test index 60c3ecbc..c81e3fc0 100755 --- a/test/notmuch-test +++ b/test/notmuch-test @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Run tests # @@ -16,7 +16,31 @@ fi cd $(dirname "$0") -TESTS="basic new search json thread-naming reply dump-restore uuencode thread-order author-order from-guessing long-id encoding emacs" +TESTS=" + basic + new + search + search-output + search-by-folder + search-position-overlap-bug + search-insufficient-from-quoting + json + multipart + thread-naming + raw + reply + dump-restore + uuencode + thread-order + author-order + from-guessing + long-id + encoding + emacs + emacs-large-search-buffer + maildir-sync +" +TESTS=${NOTMUCH_TESTS:=$TESTS} # Clean up any results from a previous run rm -r test-results >/dev/null 2>/dev/null @@ -30,4 +54,4 @@ done ./aggregate-results.sh test-results/* # Clean up -rm -r test-results corpus.mail +rm -rf test-results corpus.mail