From 5b6a3e0e34f46702773ad1082df3b782c1a8b7ac Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Jul 20 2017 15:50:38 +0000 Subject: Replace the "--verbose" flag with "-wW" when invoking the test suite, so that the tests are run in non-verbose mode by default and failed tests are rerun in verbose mode. Also add the "--slowest" flag when invoking the test suite to list the ten slowest tests at the end of the test run. --- diff --git a/python3.spec b/python3.spec index f088855..302dabb 100644 --- a/python3.spec +++ b/python3.spec @@ -1177,7 +1177,7 @@ CheckPython() { # aarch64, see upstream bug http://bugs.python.org/issue21131 WITHIN_PYTHON_RPM_BUILD= \ LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \ - --verbose --findleaks \ + -wW --slowest --findleaks \ -x test_distutils \ %ifarch ppc64le aarch64 -x test_faulthandler \