[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-285-g
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-285-g719d107 |
Date: |
Sun, 16 Jan 2011 09:13:44 +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=719d10784ff5a7c5a2f83b6908581911c8bd153e
The branch, maint has been updated
via 719d10784ff5a7c5a2f83b6908581911c8bd153e (commit)
via 7a42b52f626f3b713196b5946b9bfbb3e173226b (commit)
from 104926af9da5c73470a048342de9349cb86c89e2 (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 719d10784ff5a7c5a2f83b6908581911c8bd153e
Merge: 104926a 7a42b52
Author: Ralf Wildenhues <address@hidden>
Date: Sun Jan 16 10:11:25 2011 +0100
Merge branch 'tests-texinfo' into maint
* tests-texinfo:
tests: avoid new failures due to nonexistent makeinfo.
commit 7a42b52f626f3b713196b5946b9bfbb3e173226b
Author: Ralf Wildenhues <address@hidden>
Date: Sun Jan 16 10:09:57 2011 +0100
tests: avoid new failures due to nonexistent makeinfo.
* tests/txinfo.test, tests/txinfo8.test: Create stub info files
so 'missing --run makeinfo' won't fail even if makeinfo is not
present.
Signed-off-by: Ralf Wildenhues <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 7 +++++++
tests/txinfo.test | 2 ++
tests/txinfo8.test | 2 ++
3 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index be35937..f008fa3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-16 Ralf Wildenhues <address@hidden>
+
+ tests: avoid new failures due to nonexistent makeinfo.
+ * tests/txinfo.test, tests/txinfo8.test: Create stub info files
+ so 'missing --run makeinfo' won't fail even if makeinfo is not
+ present.
+
2011-01-15 Ralf Wildenhues <address@hidden>
docs: ensure example are separated with empty lines in the input
diff --git a/tests/txinfo.test b/tests/txinfo.test
index b764e53..1990492 100755
--- a/tests/txinfo.test
+++ b/tests/txinfo.test
@@ -40,6 +40,8 @@ END
echo '@setfilename textutils.info' > textutils.texi
: > texinfo.tex
+# Avoid requiring makeinfo.
+: > textutils.info
$ACLOCAL
$AUTOCONF
diff --git a/tests/txinfo8.test b/tests/txinfo8.test
index 13c8e31..da6ce91 100755
--- a/tests/txinfo8.test
+++ b/tests/txinfo8.test
@@ -43,6 +43,8 @@ test2: distdir
END
echo '@setfilename textutils.info' > textutils.texi
+# Avoid requiring makeinfo.
+: > textutils.info
mkdir auxdir
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-285-g719d107,
Ralf Wildenhues <=