Commit cc4854b9 authored by Kirill Smelkov's avatar Kirill Smelkov

X nxdtest changed signature of summaryf to also accept stderr

nexedi/nxdtest@53064e71
parent 433b11d9
......@@ -14,7 +14,7 @@ def xint(s):
return int(s)
# extract summary from neo/py test run
def test_py_summary(stdout):
def test_py_summary(stdout, stderr):
# Test Module | run | unexpected | expected | skipped | time
# ...
# Summary | 366 | . | 9 | . | 353.47s
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment