[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, micro, updated. v1.15-6-g17
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, micro, updated. v1.15-6-g1768e83 |
Date: |
Tue, 06 Jan 2015 20:54:00 +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=1768e836d428082334a07f710b85073d2ab82969
The branch, micro has been updated
via 1768e836d428082334a07f710b85073d2ab82969 (commit)
via 9bd4f71feba86e618bba0a78708e37f7a1133689 (commit)
from 5de75f07dc12f3ff73ddecf92ff23694b120fe78 (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 1768e836d428082334a07f710b85073d2ab82969
Author: Stefano Lattarini <address@hidden>
Date: Tue Jan 6 13:17:50 2015 +0100
tests: fix a typo-induced bug
* t/subobj-vpath-pr13928.sh: Here; we were using $FGREP instead of
$EGREP, oops.
Signed-off-by: Stefano Lattarini <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
NEWS | 2 +-
t/subobj-vpath-pr13928.sh | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 294d203..5744d12 100644
--- a/NEWS
+++ b/NEWS
@@ -82,7 +82,7 @@ New in 1.15:
* Automake-generated testsuites:
- - The default test-driver used by the Automake-generates testsuites
+ - The default test-driver used by the Automake-generated testsuites
now appends the result and exit status of each "plain" test to the
associated log file (automake bug#11814).
diff --git a/t/subobj-vpath-pr13928.sh b/t/subobj-vpath-pr13928.sh
index a10d657..56b26f1 100644
--- a/t/subobj-vpath-pr13928.sh
+++ b/t/subobj-vpath-pr13928.sh
@@ -41,8 +41,8 @@ $ACLOCAL && $AUTOCONF && $AUTOMAKE -a || fatal_ "autotools
failed"
$EGREP 'test\.|DEPDIR|dirstamp|srcdir' Makefile.in || : # For debugging.
$EGREP '\$.srcdir./test\.[o$]' Makefile.in && exit 1
-$FGREP '$(srcdir)/$(am__dirstamp)' Makefile.in && exit 1
-$FGREP '$(srcdir)/$(DEPDIR)' && exit 1
+$EGREP '$(srcdir)/$(am__dirstamp)' Makefile.in && exit 1
+$EGREP '$(srcdir)/$(DEPDIR)' && exit 1
cat > test.c << 'END'
int main (void)
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, micro, updated. v1.15-6-g1768e83,
Stefano Lattarini <=