commit | 8e5e8d73db9d9027d1d7f63592233bf11a061b62 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <gilles.peskine@arm.com> | Thu Apr 07 16:20:55 2022 +0200 |
committer | GitHub <noreply@github.com> | Thu Apr 07 16:20:55 2022 +0200 |
tree | c8fce12af986247c88d76197c61a789e7b4f8661 | |
parent | 1b05aff3ad8588725da69ac83da08d7fe268a44c [diff] | |
parent | 8db7c0e9aca25ad3d57f985f7a0b6e7afe86409c [diff] |
Merge pull request #5686 from AndrzejKurek/off-by-one-ssl-opt Fix an off-by-one error in ssl-opt.sh
diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index 70dac3f..18fff9d 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh
@@ -1164,7 +1164,8 @@ analyze_test_commands "$@" - TIMES_LEFT=2 + # One regular run and two retries + TIMES_LEFT=3 while [ $TIMES_LEFT -gt 0 ]; do TIMES_LEFT=$(( $TIMES_LEFT - 1 ))