cpython/Lib/test/libregrtest
Victor Stinner 74683fc624 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().
2017-05-09 11:34:01 +02:00
..
__init__.py
cmdline.py bpo-30263: regrtest: log system load (#1452) 2017-05-04 15:21:12 +02:00
main.py bpo-30258: regrtest: Fix run_tests_multiprocess() (#1479) 2017-05-09 11:34:01 +02:00
refleak.py bpo-29638: Fix spurious refleaks after typing is imported (#469) 2017-03-05 20:15:20 +02:00
runtest.py
runtest_mp.py bpo-30258: regrtest: Fix run_tests_multiprocess() (#1479) 2017-05-09 11:34:01 +02:00
save_env.py regrtest: always show before/after of modified env (#1192) 2017-04-20 00:57:30 +02:00
setup.py