commit | 74683fc6247c522ae955a6e7308b8ff51def35d8 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue May 09 11:34:01 2017 +0200 |
committer | GitHub <noreply@github.com> | Tue May 09 11:34:01 2017 +0200 |
tree | efc54a62e658f26c9fe66e257f4740923307096b | |
parent | 9da408d15bdef624a5632182cb4edf98001fa82f [diff] |
bpo-30258: regrtest: Fix run_tests_multiprocess() (#1479) If the child process exited with a non-zero code, don't strip the last line of stdout anymore. Add also a sanity check in accumulate_result().