X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Fnotmuch-test;fp=test%2Fnotmuch-test;h=bd3e080af01e47218e1d804f093cbd414b0d12e5;hp=a4b7a1eb0b54dfbbda2c24ce7603424e7ed887c3;hb=eeff4319960d88e60c202dac4047913262d67d85;hpb=908d930d221413633ab7541f97eb7cf07bfc4a91 diff --git a/test/notmuch-test b/test/notmuch-test index a4b7a1eb..bd3e080a 100755 --- a/test/notmuch-test +++ b/test/notmuch-test @@ -40,7 +40,7 @@ fi trap 'e=$?; kill $!; exit $e' HUP INT TERM # Run the tests -if command -v parallel >/dev/null ; then +if test -z "$NOTMUCH_TEST_SERIALIZE" && command -v parallel >/dev/null ; then if parallel -h | grep -q GNU ; then echo "INFO: running tests with GNU parallel" printf '%s\n' $TESTS | $TEST_TIMEOUT_CMD parallel