Marcel Telka
2023-05-06 8937be899df43faeb2a67e65679a18762939724e
setup.py.mk: normalize out minutes for zope.testrunner test results

1 files modified
3 ■■■■ changed files
make-rules/setup.py.mk 3 ●●●● patch | view | raw | blame | history
make-rules/setup.py.mk
@@ -336,7 +336,8 @@
COMPONENT_TEST_TRANSFORMS += "-e '/PYTHONHASHSEED/d'"            # this is random
# Normalize zope.testrunner test results
COMPONENT_TEST_TRANSFORMS += "-e 's/ in [0-9]\{1,\}\.[0-9]\{3\} seconds//'"    # timing
COMPONENT_TEST_TRANSFORMS += \
    "-e 's/ in \([0-9]\{1,\} minutes \)\{0,1\}[0-9]\{1,\}\.[0-9]\{3\} seconds//'"    # timing
# Remove timing for tox 4 test results
COMPONENT_TEST_TRANSFORMS += "-e 's/^\(  py\$$(PYV): OK\) (.* seconds)$$/\1/'"