[Python-checkins] [python/cpython] 74683f: bpo-30258: regrtest: Fix run_tests_multiprocess() ...

GitHub noreply at github.com
Tue May 9 05:34:04 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 74683fc6247c522ae955a6e7308b8ff51def35d8
      https://github.com/python/cpython/commit/74683fc6247c522ae955a6e7308b8ff51def35d8
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-05-09 (Tue, 09 May 2017)

  Changed paths:
    M Lib/test/libregrtest/main.py
    M Lib/test/libregrtest/runtest_mp.py

  Log Message:
  -----------
  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().




More information about the Python-checkins mailing list