Marcel Telka
2023-12-02 e91f557658726760d249c75bd310d8121fe5c14a
setup.py.mk: be less strict while filtering the "coverage combine" output

1 files modified
4 ■■■■ changed files
make-rules/setup.py.mk 4 ●●●● patch | view | raw | blame | history
make-rules/setup.py.mk
@@ -345,8 +345,8 @@
COMPONENT_TEST_TRANSFORMS += "-e 's/^\(  congratulations :)\) (.* seconds)$$/\1/'"
# Remove useless lines from the "coverage combine" output
COMPONENT_TEST_TRANSFORMS += "-e '/^Combined data file \.coverage/d'"
COMPONENT_TEST_TRANSFORMS += "-e '/^Skipping duplicate data \.coverage/d'"
COMPONENT_TEST_TRANSFORMS += "-e '/^Combined data file .*\.coverage/d'"
COMPONENT_TEST_TRANSFORMS += "-e '/^Skipping duplicate data .*\.coverage/d'"
# sort list of Sphinx doctest results
COMPONENT_TEST_TRANSFORMS += \