X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Fnotmuch-test;h=cbd33f9374805c96d0bf03312e0cde7255f394b4;hb=686230712f3865ac0d0250084113d6d859cc2519;hp=b58fd3b36f942a91fbe0ac9708d53aef9fdf4e1e;hpb=73cebe6e7233f59ba26d9f7c05265b7776795818;p=notmuch diff --git a/test/notmuch-test b/test/notmuch-test index b58fd3b3..cbd33f93 100755 --- a/test/notmuch-test +++ b/test/notmuch-test @@ -50,7 +50,7 @@ META_FAILURE= # Run the tests if test -z "$NOTMUCH_TEST_SERIALIZE" && command -v parallel >/dev/null ; then test -t 1 && export COLORS_WITHOUT_TTY=t || : - if parallel -h | grep -q GNU ; then + if parallel --version 2>&1 | grep -q GNU ; then echo "INFO: running tests with GNU parallel" printf '%s\n' $TESTS | $TEST_TIMEOUT_CMD parallel else