automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {master} tests: avoid spurious failure with parallel make


From: Stefano Lattarini
Subject: [FYI] {master} tests: avoid spurious failure with parallel make
Date: Thu, 16 Feb 2012 13:37:54 +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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/parallel-tests-extra-programs.test 
b/tests/parallel-tests-extra-programs.test
index 4340ec1..4a18443 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
-- 
1.7.9




reply via email to

[Prev in Thread] Current Thread [Next in Thread]