[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, ng/master, updated. v1.12.1
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, ng/master, updated. v1.12.1-294-gebdce60 |
Date: |
Sat, 02 Jun 2012 13:27:43 +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=ebdce60d0f785d276288057858499368b03d8561
The branch, ng/master has been updated
via ebdce60d0f785d276288057858499368b03d8561 (commit)
from 165c66c01fc0db7654de590a46099ed915c3d8a6 (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 ebdce60d0f785d276288057858499368b03d8561
Author: Stefano Lattarini <address@hidden>
Date: Sat Jun 2 15:25:29 2012 +0200
[ng] tests: fix a spurious failure
* t/txinfo17.sh (texinfo.texi): Use "foobar", not "example", as the
argument of the @setfilename call, to ensure we don't get false
positives in the later grepping checks.
Signed-off-by: Stefano Lattarini <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
t/txinfo17.sh | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/t/txinfo17.sh b/t/txinfo17.sh
index 1de7e9a..a1fc0ec 100755
--- a/t/txinfo17.sh
+++ b/t/txinfo17.sh
@@ -27,7 +27,7 @@ cat > texinfo.texi << 'END'
@setfilename texinfo
...
@verbatim
address@hidden example.info
address@hidden foobar.info
@end verbatim
...
END
@@ -35,5 +35,7 @@ END
$ACLOCAL
$AUTOMAKE --add-missing
-grep 'example' Makefile.in && Exit 1
+grep 'foobar' Makefile.in && Exit 1
grep 'texinfo:' Makefile.in
+
+:
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, ng/master, updated. v1.12.1-294-gebdce60,
Stefano Lattarini <=