[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. v1.10
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. v1.10.2-13-g319305d |
Date: |
Sun, 21 Dec 2008 16:10:23 +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=319305db77dfdcbba3d5a1703c781750affdb20a
The branch, branch-1-10 has been updated
via 319305db77dfdcbba3d5a1703c781750affdb20a (commit)
from 3f7cfae0100009618193000b3041e5d6b185c895 (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 319305db77dfdcbba3d5a1703c781750affdb20a
Author: Ralf Wildenhues <address@hidden>
Date: Wed Nov 12 07:07:31 2008 +0100
Testsuite fix for ksh.
* tests/check10.test: Add ':' as last command in subshell, for
zero exit status of the subshell.
Missing backport from master reported by Tim Rice.
Signed-off-by: Ralf Wildenhues <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 7 +++++++
tests/check10.test | 1 +
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1cdcc95..be5d772 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-12-21 Ralf Wildenhues <address@hidden>
+
+ Testsuite fix for ksh.
+ * tests/check10.test: Add ':' as last command in subshell, for
+ zero exit status of the subshell.
+ Missing backport from master reported by Tim Rice.
+
2008-12-13 Ralf Wildenhues <address@hidden>
Fix nonportable sed script in 'missing'.
diff --git a/tests/check10.test b/tests/check10.test
index 1332765..1689255 100755
--- a/tests/check10.test
+++ b/tests/check10.test
@@ -72,6 +72,7 @@ unset TESTS || :
env TESTS="xpass xpass2" $MAKE -e check
env TESTS='pass skip xfail' $MAKE -e check
$MAKE check
+ :
) >stdout
cat stdout
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. v1.10.2-13-g319305d,
Ralf Wildenhues <=