X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2Fnotmuch-test;h=14747bdbfc44d040cc0118d3d84328a7c69e6e06;hb=7b27119d8ee4ad612b7a7d48b612d15a58d68976;hp=ce142f7cd73094f880f72d870d913b7613b7a9b4;hpb=d21e72c9f95d1d052360976302a2f9cfcc1556a5;p=notmuch diff --git a/test/notmuch-test b/test/notmuch-test index ce142f7c..14747bdb 100755 --- a/test/notmuch-test +++ b/test/notmuch-test @@ -51,7 +51,7 @@ RES=0 # 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 2>&1 | grep -q GNU ; then + if parallel --minversion 0 >/dev/null 2>&1 ; then echo "INFO: running tests with GNU parallel" printf '%s\n' $TESTS | $TEST_TIMEOUT_CMD parallel || RES=$? else