From e21e6a6b22570e4027047076a268481ad1436dd9 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Nov 26 2018 14:52:56 +0000 Subject: Show test.pythoninfo, helpful for debugging test failures --- diff --git a/python3.spec b/python3.spec index 9c638c8..7444132 100644 --- a/python3.spec +++ b/python3.spec @@ -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)