]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Use the new recommended number of repetitions in the refleak tests. (#18569)
authorStefan Krah <skrah@bytereef.org>
Thu, 20 Feb 2020 18:08:53 +0000 (19:08 +0100)
committerGitHub <noreply@github.com>
Thu, 20 Feb 2020 18:08:53 +0000 (19:08 +0100)
Modules/_decimal/tests/runall-memorydebugger.sh

index 1f1dc776c11e7e6fa589d6e4c5b195f5ba6ed50d..29b7723dd50c058349b0e1eee7bbe5ff67e717c7 100755 (executable)
@@ -78,7 +78,7 @@ for config in $CONFIGS; do
         $GMAKE | grep _decimal
 
         printf "\n\n# ======================== refleak tests ===========================\n\n"
-        ./python -m test -uall -R 2:2 test_decimal
+        ./python -m test -uall -R 3:3 test_decimal
 
 
         ############ regular tests ###########