From 7058ac2bbe426daeb6c0c7a6f65f4b0e14f8ceb2 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Sat, 7 May 2011 12:08:34 -0700 Subject: [PATCH 1/1] 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 --- test/notmuch-test | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.0