X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Fnotmuch-test;h=cbd33f9374805c96d0bf03312e0cde7255f394b4;hb=119a41b9edd5722bcb7a0a41bac010f254a652fd;hp=91909264cc94b6e72ee3778b6b15cfeaa53232f5;hpb=f2b5ad28e2b7b512d66946af34dd4149d1506bf4;p=notmuch diff --git a/test/notmuch-test b/test/notmuch-test index 91909264..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 --version | 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