[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11b-7-g
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11b-7-gaf779b8 |
Date: |
Wed, 11 Apr 2012 20:17:46 +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=af779b87d72abcc70a67544b1ad95d342f213747
The branch, master has been updated
via af779b87d72abcc70a67544b1ad95d342f213747 (commit)
from ecd851d12a0b77e9e96f8451db69812735de25c9 (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 af779b87d72abcc70a67544b1ad95d342f213747
Author: Stefano Lattarini <address@hidden>
Date: Wed Apr 11 22:02:37 2012 +0200
self checks: avoid spurious failures when keep_testdirs=yes
* t/self-check-cleanup.tap, t/self-check-dir.tap: Unset the
'keep_testdirs' environment variable, to avoid spurious errors
when the testsuite is run with "keep_testdirs=yes make check".
Signed-off-by: Stefano Lattarini <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
t/self-check-cleanup.tap | 1 +
t/self-check-dir.tap | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/t/self-check-cleanup.tap b/t/self-check-cleanup.tap
index 5ea1a6e..a56854b 100755
--- a/t/self-check-cleanup.tap
+++ b/t/self-check-cleanup.tap
@@ -34,6 +34,7 @@ diff "$am_top_builddir"/defs-static defs-static \
cp "$am_top_builddir"/defs .
AM_TESTS_REEXEC=no; export AM_TESTS_REEXEC
+keep_testdirs=; unset keep_testdirs
if ln -s defs foo && test -h foo; then
have_symlinks=yes
diff --git a/t/self-check-dir.tap b/t/self-check-dir.tap
index 322677a..736238c 100755
--- a/t/self-check-dir.tap
+++ b/t/self-check-dir.tap
@@ -25,6 +25,7 @@ am_create_testdir=no
plan_ 5
AM_TESTS_REEXEC=no; export AM_TESTS_REEXEC
+keep_testdirs=; unset keep_testdirs
# This needs to be consistent with what $SHELL deems to be the
# current working directory.
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11b-7-gaf779b8,
Stefano Lattarini <=