| commit | 365707e4cd057985eec36bfdab07b60ea0e50231 | [log] [tgz] |
|---|---|---|
| author | Jim Meyering <[email protected]> | Sun Feb 01 19:41:27 2015 |
| committer | Jim Meyering <[email protected]> | Mon Feb 02 03:51:10 2015 |
| tree | e4d493586c94a59a8deb5415a02e724c92b402b9 | |
| parent | 4774ff5c33d34bb6ad21c06f3c2b54d6e700740e [diff] |
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".