automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

proposed patch: parallel-tests: also record logs of SKIPped tests.


From: Ralf Wildenhues
Subject: proposed patch: parallel-tests: also record logs of SKIPped tests.
Date: Sat, 14 Mar 2009 12:03:26 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

This is a patch that I don't know whether I want it or not.
Package authors may be interested in SKIPs and why they happen, or not.
(Could also be solved with leaving the choice to the package author
and/or user, by some TEST_RECORD_SKIPS variable or so).

Comments appreciated.

Thanks,
Ralf

    parallel-tests: also record logs of SKIPped tests.
    
    * lib/am/check.am [PARALLEL_TESTS] ($(TEST_SUITE_LOG)): Record
    SKIPs as well.

diff --git a/lib/am/check.am b/lib/am/check.am
index fcb9add..14df1e5 100644
--- a/lib/am/check.am
+++ b/lib/am/check.am
@@ -194,7 +194,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;                                                         \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]