]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Use the new recommended number of repetitions in the refleak tests. (GH-18569) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 20 Feb 2020 18:37:23 +0000 (10:37 -0800)
committerGitHub <noreply@github.com>
Thu, 20 Feb 2020 18:37:23 +0000 (19:37 +0100)
(cherry picked from commit 1246d892038a693304549f8574e6c2784b91589a)

Co-authored-by: Stefan Krah <skrah@bytereef.org>
Co-authored-by: Stefan Krah <skrah@bytereef.org>
Modules/_decimal/tests/runall-memorydebugger.sh

index 77c0c9cd82c13feec57efe7e7de895db7861f4db..18328841afcc1add7600b944864b9280972bfbf4 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 ###########