]> git.notmuchmail.org Git - notmuch/blobdiff - test/notmuch-test
emacs: Don't record undo information for search or show buffers.
[notmuch] / test / notmuch-test
index 79e6267b803252ccf92b1df2f5e7d56bdbbd7f41..6c65ed7a282bed731cc5bd4bbf0ce5196ee84dbd 100755 (executable)
@@ -19,11 +19,14 @@ cd $(dirname "$0")
 TESTS="
   basic
   new
+  count
   search
   search-output
   search-by-folder
   search-position-overlap-bug
   search-insufficient-from-quoting
+  search-limiting
+  tagging
   json
   multipart
   thread-naming
@@ -42,6 +45,7 @@ TESTS="
   crypto
   symbol-hiding
   search-folder-coherence
+  atomicity
 "
 TESTS=${NOTMUCH_TESTS:=$TESTS}
 
@@ -56,10 +60,13 @@ else
     TEST_TIMEOUT_CMD=""
 fi
 
+trap 'e=$?; kill $!; exit $e' HUP INT TERM
 # Run the tests
 for test in $TESTS; do
-    $TEST_TIMEOUT_CMD ./$test "$@"
+    $TEST_TIMEOUT_CMD ./$test "$@" &
+    wait $!
 done
+trap - HUP INT TERM
 
 # Report results
 ./aggregate-results.sh test-results/*