]> git.ipfire.org Git - thirdparty/autoconf.git/commit
tests: avoid two false-positive parallel test failures
authorJim Meyering <meyering@fb.com>
Sun, 1 Feb 2015 19:41:27 +0000 (11:41 -0800)
committerJim Meyering <meyering@fb.com>
Mon, 2 Feb 2015 03:51:10 +0000 (19:51 -0800)
commit365707e4cd057985eec36bfdab07b60ea0e50231
treee4d493586c94a59a8deb5415a02e724c92b402b9
parent4774ff5c33d34bb6ad21c06f3c2b54d6e700740e
tests: avoid two false-positive parallel test failures

* tests/local.mk (check-local): Add a leading "+",
to void false-positive test failures when running
them in parallel.  Before this change, running e.g.,
"make check TESTSUITEFLAGS=--jobs=15" would always
fail the two "make"-invoking tests: "C unit tests"
and "C unit tests (EXEEXT)".
(installcheck-local): Likewise for "installcheck".
tests/local.mk