]> git.notmuchmail.org Git - notmuch/blobdiff - test/notmuch-test
lib/cli: pass GMIME_ENABLE_RFC2047_WORKAROUNDS to g_mime_init()
[notmuch] / test / notmuch-test
index a0c47d496fd134018efbf257910b17beb3e8d9c1..aa28bb05e71160c937865c55eb5add3f4ffc02d5 100755 (executable)
@@ -23,6 +23,7 @@ TESTS="
   setup
   new
   count
+  insert
   search
   search-output
   search-by-folder
@@ -96,6 +97,9 @@ trap - HUP INT TERM
 
 # Report results
 ./aggregate-results.sh test-results/*
+ev=$?
 
 # Clean up
 rm -rf test-results corpus.mail
+
+exit $ev