Use the new recommended number of repetitions in the refleak tests. (GH-18569) (#18575)
https://github.com/python/cpython/commit/a3c2c5f15ba5b4ad6fb86b3320d0464f1c5... commit: a3c2c5f15ba5b4ad6fb86b3320d0464f1c502fd2 branch: 3.7 author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> committer: GitHub <noreply@github.com> date: 2020-02-20T19:37:23+01:00 summary: Use the new recommended number of repetitions in the refleak tests. (GH-18569) (#18575) (cherry picked from commit 1246d892038a693304549f8574e6c2784b91589a) Co-authored-by: Stefan Krah <skrah@bytereef.org> Co-authored-by: Stefan Krah <skrah@bytereef.org> files: M Modules/_decimal/tests/runall-memorydebugger.sh diff --git a/Modules/_decimal/tests/runall-memorydebugger.sh b/Modules/_decimal/tests/runall-memorydebugger.sh index 77c0c9cd82c13..18328841afcc1 100755 --- a/Modules/_decimal/tests/runall-memorydebugger.sh +++ b/Modules/_decimal/tests/runall-memorydebugger.sh @@ -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 ###########
participants (1)
-
Miss Islington (bot)