diff options
author | Stefan Krah <skrah@bytereef.org> | 2020-02-20 18:08:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-20 18:08:53 (GMT) |
commit | 1246d892038a693304549f8574e6c2784b91589a (patch) | |
tree | 9728fce62a424cbfaee1b38567d2fc0322358c8e /Modules/_decimal | |
parent | 9b833e00e447a3b8b6966686bff701f549c66263 (diff) | |
download | cpython-1246d892038a693304549f8574e6c2784b91589a.zip cpython-1246d892038a693304549f8574e6c2784b91589a.tar.gz cpython-1246d892038a693304549f8574e6c2784b91589a.tar.bz2 |
Use the new recommended number of repetitions in the refleak tests. (#18569)
Diffstat (limited to 'Modules/_decimal')
-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 1f1dc77..29b7723 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 ########### |