]> git.notmuchmail.org Git - notmuch/blobdiff - test/notmuch-test
lib: update documentation of callback functions for database_compact and database_upg...
[notmuch] / test / notmuch-test
index 27a144ef7104cfd78725a40f349d061768421e80..ec94baf3660520e21d1e7a0ca2dbc031499a886a 100755 (executable)
@@ -19,10 +19,12 @@ cd $(dirname "$0")
 TESTS="
   basic
   help-test
+  compact
   config
   setup
   new
   count
+  insert
   search
   search-output
   search-by-folder
@@ -65,6 +67,7 @@ TESTS="
   hex-escaping
   parse-time-string
   search-date
+  thread-replies
 "
 TESTS=${NOTMUCH_TESTS:=$TESTS}
 
@@ -95,6 +98,9 @@ trap - HUP INT TERM
 
 # Report results
 ./aggregate-results.sh test-results/*
+ev=$?
 
 # Clean up
 rm -rf test-results corpus.mail
+
+exit $ev