From 8817647ecd144e93b74b753ff197bb75c606640d Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 16 Feb 2012 13:36:25 +0100 Subject: [PATCH] tests: avoid spurious failure with parallel make * tests/parallel-tests-extra-programs.test: Run make with the '-k' option where appropriate, to ensure it doesn't stop at the first error, which would prevent the building of the extra programs we expect it to build. --- tests/parallel-tests-extra-programs.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/parallel-tests-extra-programs.test b/tests/parallel-tests-extra-programs.test index 4340ec190..4a184438e 100755 --- a/tests/parallel-tests-extra-programs.test +++ b/tests/parallel-tests-extra-programs.test @@ -117,7 +117,7 @@ $AUTOMAKE -a # on *all* the test logs). st=0 -$MAKE check >stdout 2>stderr || st=$? +$MAKE -k check >stdout 2>stderr || st=$? cat stdout cat stderr >&2 ls -l -- 2.47.2