From: Stefano Lattarini Date: Thu, 16 Feb 2012 12:36:25 +0000 (+0100) Subject: tests: avoid spurious failure with parallel make X-Git-Tag: ng-0.5a~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8817647ecd144e93b74b753ff197bb75c606640d;p=thirdparty%2Fautomake.git 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. --- 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