Commit 762073ee authored by Kirill Smelkov's avatar Kirill Smelkov

go/neo/t: .nxdtest: nxdtest changes summaryf signature to include stderr

See nexedi/nxdtest@53064e71
parent 00ace0e8
......@@ -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