mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
test: allow specifying tests to run with NOTMUCH_TESTS env var
This is useful for just running a specific subset of tests, ie: NOTMUCH_TESTS=crypto make test
This commit is contained in:
parent
e00c04946a
commit
7058ac2bbe
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ TESTS="
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue