[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-1956
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-1956-g8817647 |
Date: |
Thu, 16 Feb 2012 12:38:24 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=8817647ecd144e93b74b753ff197bb75c606640d
The branch, master has been updated
via 8817647ecd144e93b74b753ff197bb75c606640d (commit)
from 4bcab4a0be1fa930be89f1e4b31eb3f98d17f7d0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8817647ecd144e93b74b753ff197bb75c606640d
Author: Stefano Lattarini <address@hidden>
Date: Thu Feb 16 13:36:25 2012 +0100
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.
-----------------------------------------------------------------------
Summary of changes:
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
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-1956-g8817647,
Stefano Lattarini <=