]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
regrtest: display test result (passed, failed, ...)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 20 May 2016 11:37:40 +0000 (13:37 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 20 May 2016 11:37:40 +0000 (13:37 +0200)
commit1b8b42344ed3f6a982b26fcc4255b8490c059527
treedd6109a6e1759a6ea5015a9eefd5f7f604fa35c7
parent6d81a2136d61cb787e7bd7fc26a7ba2a363d8c40
regrtest: display test result (passed, failed, ...)

* in multiprocessing mode: always display the result
* sequential mode: only display the result if the test did not pass
Lib/test/libregrtest/main.py
Lib/test/libregrtest/runtest.py
Lib/test/libregrtest/runtest_mp.py