]> 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 6db797955bdb54d852b060f0bae3083335672759..ec94baf3660520e21d1e7a0ca2dbc031499a886a 100755 (executable)
@@ -19,6 +19,7 @@ cd $(dirname "$0")
 TESTS="
   basic
   help-test
+  compact
   config
   setup
   new
@@ -97,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