]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: avoid spurious failure with parallel make
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 16 Feb 2012 12:36:25 +0000 (13:36 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 16 Feb 2012 12:36:25 +0000 (13:36 +0100)
* 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

index 4340ec1908d08dd7004c3c4ebb6283c1fbb230b5..4a184438ee130aac49d33a6287af10708cfde0f7 100755 (executable)
@@ -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