From: Jameson Graef Rollins Date: Sat, 7 May 2011 19:08:34 +0000 (-0700) Subject: test: allow specifying tests to run with NOTMUCH_TESTS env var X-Git-Tag: debian/0.6_254~139 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=7058ac2bbe426daeb6c0c7a6f65f4b0e14f8ceb2;hp=e00c04946a05a71abaf9ee5cea0dc2ee3215d0e3;ds=sidebyside 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 --- 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