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; \