[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, ng/master, updated. v1.14.1
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, ng/master, updated. v1.14.1-992-g108a985 |
Date: |
Tue, 23 Dec 2014 10:33:21 +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=108a98575462e54dffa0083a773a46c57a23a113
The branch, ng/master has been updated
via 108a98575462e54dffa0083a773a46c57a23a113 (commit)
from 2adc128922ae37991d97826ad09ea6079f9a83f8 (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 108a98575462e54dffa0083a773a46c57a23a113
Author: Stefano Lattarini <address@hidden>
Date: Tue Dec 23 11:20:06 2014 +0100
[ng] tests: fix two spurious failures
* t/self-check-dir.tap: Here (where we didn't account for VPATH builds).
* t/subpkg.sh: And here (where we were trying to copy the 'compile'
build-aux script on a pre-existing, read-only one).
Signed-off-by: Stefano Lattarini <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
t/self-check-dir.tap | 2 +-
t/subpkg.sh | 2 --
2 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/t/self-check-dir.tap b/t/self-check-dir.tap
index e46870b..4c905c1 100644
--- a/t/self-check-dir.tap
+++ b/t/self-check-dir.tap
@@ -65,7 +65,7 @@ do_check 'do not pre-populate testdir' \
do_check 'do not create nor chdir in testdir' \
'am_create_testdir=no' \
'test ! -e t/_self.dir || exit 1
- grep "compare-autodiffs" maintainer/maint.mk || exit 1
+ grep "^t/depcomp-lt-gcc\.log:" Makefile || exit 1
case $(pwd) in '"$cwd"') : ;; *) exit 1;; esac'
:
diff --git a/t/subpkg.sh b/t/subpkg.sh
index 60a2278..b09172c 100644
--- a/t/subpkg.sh
+++ b/t/subpkg.sh
@@ -90,8 +90,6 @@ int lib (void)
}
EOF
-cp "$am_scriptdir"/compile .
-
$ACLOCAL
$AUTOCONF -Werror -Wall
$AUTOMAKE -Wno-override
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, ng/master, updated. v1.14.1-992-g108a985,
Stefano Lattarini <=