]> granicus.if.org Git - python/commit
regrtest: add a summary of the summary, "Result: xxx"
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 17 Aug 2016 14:12:16 +0000 (16:12 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 17 Aug 2016 14:12:16 +0000 (16:12 +0200)
commit636860354ee7be4b7bf55dddb0cbb129c989b681
tree604affd073ec6fc627f978c1d3fcbc0b6aaead62
parentc5a01f8551743bdc006f574bad62a793654ce0ca
regrtest: add a summary of the summary, "Result: xxx"

It's sometimes hard to check quickly if tests succeeded, failed or something
bad happened. I added a final "Result: xxx" line which summarizes all outputs
into a single line, written at the end (it should always be the last line of
the output).
Lib/test/libregrtest/main.py
Lib/test/test_regrtest.py