diff options
author | Stefan Krah <skrah@bytereef.org> | 2020-02-20 19:08:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-20 19:08:53 +0100 |
commit | 1246d892038a693304549f8574e6c2784b91589a (patch) | |
tree | 9728fce62a424cbfaee1b38567d2fc0322358c8e | |
parent | 9b833e00e447a3b8b6966686bff701f549c66263 (diff) | |
download | cpython-git-1246d892038a693304549f8574e6c2784b91589a.tar.gz |
Use the new recommended number of repetitions in the refleak tests. (#18569)
-rwxr-xr-x | Modules/_decimal/tests/runall-memorydebugger.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_decimal/tests/runall-memorydebugger.sh b/Modules/_decimal/tests/runall-memorydebugger.sh index 1f1dc776c1..29b7723dd5 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 ########### |