[Python-checkins] [python/cpython] f7e078: bpo-30284: Fix regrtest for out of tree build (#14...

GitHub noreply at github.com
Wed Jun 14 18:44:07 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: f7e07840d725f2ebb469129cb5e6574ce61725ef
      https://github.com/python/cpython/commit/f7e07840d725f2ebb469129cb5e6574ce61725ef
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-06-15 (Thu, 15 Jun 2017)

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

  Log Message:
  -----------
  bpo-30284: Fix regrtest for out of tree build (#1481)

Use a build/ directory in the build directory, not in the source
directory, since the source directory may be read-only and must not
be modified.

Fallback on the source directory if the build directory is not
available (missing "abs_builddir" sysconfig variable).




More information about the Python-checkins mailing list