diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2011-05-07 12:08:34 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2011-05-23 14:55:27 -0700 |
commit | 7058ac2bbe426daeb6c0c7a6f65f4b0e14f8ceb2 (patch) | |
tree | 4fbcc199ab365a1a4df127df38240f0edd190e9b /test/notmuch-test | |
parent | e00c04946a05a71abaf9ee5cea0dc2ee3215d0e3 (diff) |
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
Diffstat (limited to 'test/notmuch-test')
-rwxr-xr-x | test/notmuch-test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/notmuch-test b/test/notmuch-test index 72f1eecc..adc657d2 100755 --- a/test/notmuch-test +++ b/test/notmuch-test @@ -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 |