]> 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 6db797955bdb54d852b060f0bae3083335672759..aa28bb05e71160c937865c55eb5add3f4ffc02d5 100755 (executable)
@@ -97,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