[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, branch-1.11, updated. v1.11
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, branch-1.11, updated. v1.11.1-621-gd8e4a58 |
Date: |
Sun, 13 Nov 2011 14:24: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=d8e4a588c7a855133817239fec78ce725a6e28e6
The branch, branch-1.11 has been updated
via d8e4a588c7a855133817239fec78ce725a6e28e6 (commit)
via eaa53725d148cbda064fc598aa6a2a422e9cc422 (commit)
via 75ae56f04be065936501f579ad1aa999f5b19b3b (commit)
from 70540a5370b3b729662047cc9a4c3313010ed37c (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 d8e4a588c7a855133817239fec78ce725a6e28e6
Merge: 70540a5 eaa5372
Author: Stefano Lattarini <address@hidden>
Date: Sun Nov 13 10:49:32 2011 +0100
Merge branch 'maint' into branch-1.11
* maint:
tests: fix spurious failure with older install-info
maintcheck: fix spurious failure in 'color2.test'
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 15 +++++++++++++++
tests/color2.test | 3 ++-
tests/install-info-dir.test | 8 ++++++++
3 files changed, 25 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index b5f62fa..b438d12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2011-11-13 Stefano Lattarini <address@hidden>
+
+ tests: fix spurious failure with older install-info
+ * tests/install-info-dir.test (foo.texi): Also add proper
+ address@hidden', address@hidden' and address@hidden' directive,
otherwise
+ older versions of `install-info' (e.g., 4.8) will fail to create
+ the `dir' index file in ${infodir}.
+ Problem revealed by a failure on NetBSD 5.1.
+
+2011-11-12 Stefano Lattarini <address@hidden>
+
+ maintcheck: fix spurious failure in 'color2.test'
+ * tests/color2.test: Avoid creative quoting to avoid a spurious
+ failure of the `sc_tests_Exit_not_exit' maintainer check.
+
2011-11-12 Stefano Lattarini <address@hidden>
tests: fix spurious error in 'uninstall-fail.test' on Solaris
diff --git a/tests/color2.test b/tests/color2.test
index 2217d88..bc97313 100755
--- a/tests/color2.test
+++ b/tests/color2.test
@@ -39,7 +39,8 @@ case `echo "$std" | grep .` in
esac
# This test requires a working a working `expect' program.
-(set +e; expect -c "exit 77"; test $? -eq 77) \
+# Creative quoting required to avoid spurious maintainer-check failure.
+(set +e; expect -c 'exit ''77'; test $? -eq 77) \
|| skip_ "requires a working expect program"
# Also, if the $MAKE program fails to consider the standard output as a
diff --git a/tests/install-info-dir.test b/tests/install-info-dir.test
index f75b115..044bf6d 100755
--- a/tests/install-info-dir.test
+++ b/tests/install-info-dir.test
@@ -43,6 +43,14 @@ END
cat > foo.texi << 'END'
\input texinfo
@setfilename foo.info
address@hidden All the following directives might be required to allow older
address@hidden versions of the `install-info' program (e.g., version 4.8) to
address@hidden create the `dir' index file in ${infodir}. Don't remove them.
address@hidden foo
address@hidden Dummy utilities
address@hidden
+* Foo: (foo). Does nothing at all, but has a nice name.
address@hidden direntry
@node Top
Hello world!
@bye
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, branch-1.11, updated. v1.11.1-621-gd8e4a58,
Stefano Lattarini <=