[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, next, updated. v1.10b-12-g4
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, next, updated. v1.10b-12-g40c3936 |
Date: |
Mon, 06 Apr 2009 20:19:19 +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=40c3936593bd5fc35a13641ad031445d419e38bf
The branch, next has been updated
via 40c3936593bd5fc35a13641ad031445d419e38bf (commit)
via 79539c4e4ef61946213b9f0fe4dc0c8cedf7cebb (commit)
from fcf4d469717950e843ee181a96977f5b0fb51c3e (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 40c3936593bd5fc35a13641ad031445d419e38bf
Author: Ralf Wildenhues <address@hidden>
Date: Mon Apr 6 22:14:04 2009 +0200
testsuite: unset TESTS, TEST_LOGS, to avoid interference.
* tests/defs.in: Unset TESTS, TEST_LOGS.
Signed-off-by: Ralf Wildenhues <address@hidden>
commit 79539c4e4ef61946213b9f0fe4dc0c8cedf7cebb
Author: Ralf Wildenhues <address@hidden>
Date: Mon Apr 6 22:08:30 2009 +0200
testsuite: generate $(parallel_tests) just when needed.
* tests/Makefile.am (check_SCRIPTS): No need to list
$(parallel_tests) here, they can be generated as needed during
the test run, following our recommendation in the manual.
Signed-off-by: Ralf Wildenhues <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 8 ++++++++
tests/Makefile.am | 2 +-
tests/Makefile.in | 2 +-
tests/defs.in | 2 ++
4 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 18a1c16..4671ddf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2009-04-06 Ralf Wildenhues <address@hidden>
+ testsuite: unset TESTS, TEST_LOGS, to avoid interference.
+ * tests/defs.in: Unset TESTS, TEST_LOGS.
+
+ testsuite: generate $(parallel_tests) just when needed.
+ * tests/Makefile.am (check_SCRIPTS): No need to list
+ $(parallel_tests) here, they can be generated as needed during
+ the test run, following our recommendation in the manual.
+
Remove superfluous line from recheck recheck-html.
* lib/am/check.am (recheck recheck-html): Remove superfluous
line, introduced bogusly in last commit.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a7ce706..b0e1bf6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -724,7 +724,7 @@ $(parallel_tests)
EXTRA_DIST = ChangeLog-old gen-parallel-tests $(TESTS)
# Each test case depends on defs, aclocal, and automake.
-check_SCRIPTS = defs defs-p aclocal-$(APIVERSION) automake-$(APIVERSION)
$(parallel_tests)
+check_SCRIPTS = defs defs-p aclocal-$(APIVERSION) automake-$(APIVERSION)
clean-local: check-clean-local
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 2df2a48..d1813dd 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -956,7 +956,7 @@ $(parallel_tests)
EXTRA_DIST = ChangeLog-old gen-parallel-tests $(TESTS)
# Each test case depends on defs, aclocal, and automake.
-check_SCRIPTS = defs defs-p aclocal-$(APIVERSION) automake-$(APIVERSION)
$(parallel_tests)
+check_SCRIPTS = defs defs-p aclocal-$(APIVERSION) automake-$(APIVERSION)
all: all-am
.SUFFIXES:
diff --git a/tests/defs.in b/tests/defs.in
index 3193eed..d44ac9f 100644
--- a/tests/defs.in
+++ b/tests/defs.in
@@ -301,6 +301,8 @@ unset V
# need to control (and test for) in some of the tests to ensure
# backward-compatible behavior.
unset DISABLE_HARD_ERRORS
+unset TESTS
+unset TEST_LOGS
unset RECHECK_LOGS
unset VERBOSE
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, next, updated. v1.10b-12-g40c3936,
Ralf Wildenhues <=