[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-225-gf51165d |
Date: |
Wed, 12 Nov 2008 06:08:50 +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=f51165dd1a6ca52d64ba73697e9ba4a24715b0ec
The branch, master has been updated
via f51165dd1a6ca52d64ba73697e9ba4a24715b0ec (commit)
from 454cbc4c4440beb4a7368248ff7859edc54c0aae (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 f51165dd1a6ca52d64ba73697e9ba4a24715b0ec
Author: Ralf Wildenhues <address@hidden>
Date: Wed Nov 12 07:07:31 2008 +0100
Testsuite fixes for ksh.
* tests/check10.test: Add ':' as last command in subshell, for
zero exit status of the subshell.
* tests/parallel-am.test: Do not let failing 'unset' of
nonexistent variable exit the test.
* tests/parallel-am2.test: Likewise.
* tests/parallel-am3.test: Likewise.
Signed-off-by: Ralf Wildenhues <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 10 ++++++++++
tests/check10.test | 1 +
tests/parallel-am.test | 2 +-
tests/parallel-am2.test | 2 +-
tests/parallel-am3.test | 2 +-
5 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 8dd1158..0490745 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-11-12 Ralf Wildenhues <address@hidden>
+
+ Testsuite fixes for ksh.
+ * tests/check10.test: Add ':' as last command in subshell, for
+ zero exit status of the subshell.
+ * tests/parallel-am.test: Do not let failing 'unset' of
+ nonexistent variable exit the test.
+ * tests/parallel-am2.test: Likewise.
+ * tests/parallel-am3.test: Likewise.
+
2008-11-11 Charles Wilson <address@hidden> (tiny change)
Ralf Wildenhues <address@hidden>
diff --git a/tests/check10.test b/tests/check10.test
index c817dcb..138331c 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
diff --git a/tests/parallel-am.test b/tests/parallel-am.test
index 8bd5585..e2101e5 100755
--- a/tests/parallel-am.test
+++ b/tests/parallel-am.test
@@ -81,7 +81,7 @@ $ACLOCAL
# Further, automake output should be stable.
# Generate expected output using the non-threaded code.
-unset AUTOMAKE_JOBS
+unset AUTOMAKE_JOBS || :
AUTOMAKE_run 0 --add-missing
mv stderr expected
Makefile_ins=`find . -name Makefile.in`
diff --git a/tests/parallel-am2.test b/tests/parallel-am2.test
index b92b79e..9e002ba 100755
--- a/tests/parallel-am2.test
+++ b/tests/parallel-am2.test
@@ -61,7 +61,7 @@ $ACLOCAL
# Thus we install the auxiliary files in a prior step.
# Generate expected output using non-threaded code.
-unset AUTOMAKE_JOBS
+unset AUTOMAKE_JOBS || :
rm -f install-sh missing depcomp
AUTOMAKE_fails --add-missing
mv stderr expected
diff --git a/tests/parallel-am3.test b/tests/parallel-am3.test
index b3b0aac..11e4706 100755
--- a/tests/parallel-am3.test
+++ b/tests/parallel-am3.test
@@ -57,7 +57,7 @@ mkdir build-aux
$ACLOCAL
# Generate expected output using the non-threaded code.
-unset AUTOMAKE_JOBS
+unset AUTOMAKE_JOBS || :
AUTOMAKE_run 0 --add-missing
mv stderr expected
mv Makefile.in Makefile.in.exp
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-225-gf51165d,
Ralf Wildenhues <=