[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, ad-parallel-tests, updated.
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, ad-parallel-tests, updated. Release-1-10-286-gdf4f77d |
Date: |
Sun, 22 Mar 2009 09:29:32 +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=df4f77d029cd7fe42722ab402bad105081d093b1
The branch, ad-parallel-tests has been updated
via df4f77d029cd7fe42722ab402bad105081d093b1 (commit)
from 64b35b506420a7e9a00af47fe8d0c283759aa4f6 (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 df4f77d029cd7fe42722ab402bad105081d093b1
Author: Ralf Wildenhues <address@hidden>
Date: Wed Mar 11 21:03:00 2009 +0100
parallel-tests: also record logs of SKIPped tests.
* lib/am/check.am [PARALLEL_TESTS] ($(TEST_SUITE_LOG)): Record
SKIPs as well.
Suggested by Jim Meyering.
Signed-off-by: Ralf Wildenhues <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
lib/am/check.am | 2 +-
tests/Makefile.in | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 8204083..7d360d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-03-22 Ralf Wildenhues <address@hidden>
+ parallel-tests: also record logs of SKIPped tests.
+ * lib/am/check.am [PARALLEL_TESTS] ($(TEST_SUITE_LOG)): Record
+ SKIPs as well.
+ Suggested by Jim Meyering.
+
Minor optimization in parallel-tests text box creation.
* lib/am/check.am [PARALLEL-TESTS] (am__text_box): Use only one
awk invocation, rather than several tools, to create a text box.
diff --git a/lib/am/check.am b/lib/am/check.am
index fc9eb69..28af2ee 100644
--- a/lib/am/check.am
+++ b/lib/am/check.am
@@ -196,7 +196,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
for f in $$list; do \
read line < $$f; \
case $$line in \
- SKIP:*|PASS:*|XFAIL:*);; \
+ PASS:*|XFAIL:*);; \
*) echo; cat $$f;; \
esac; \
done; \
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 213cab2..ff8ed79 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -1065,7 +1065,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
for f in $$list; do \
read line < $$f; \
case $$line in \
- SKIP:*|PASS:*|XFAIL:*);; \
+ PASS:*|XFAIL:*);; \
*) echo; cat $$f;; \
esac; \
done; \
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, ad-parallel-tests, updated. Release-1-10-286-gdf4f77d,
Ralf Wildenhues <=