Show test.pythoninfo, helpful for debugging test failures

This commit is contained in:
Miro Hrončok 2018-11-26 15:52:56 +01:00
parent 31d96372de
commit e21e6a6b22
1 changed files with 3 additions and 0 deletions

View File

@ -1049,6 +1049,9 @@ CheckPython() {
# Note that we're running the tests using the version of the code in the
# builddir, not in the buildroot.
# Show some info, helpful for debugging test failures
LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.pythoninfo
# Run the upstream test suite, setting "WITHIN_PYTHON_RPM_BUILD" so that the
# our non-standard decorators take effect on the relevant tests:
# @unittest._skipInRpmBuild(reason)