commit | e29a837ed3c5fcaa7be945a40c67723e971a8999 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <gilles.peskine@arm.com> | Thu Apr 07 16:20:58 2022 +0200 |
committer | GitHub <noreply@github.com> | Thu Apr 07 16:20:58 2022 +0200 |
tree | 3fe9e48b482b237887c43ed6c958076c6b74f4fb | |
parent | 619cbfedc910917f83ac7ea9bc196c01dc8bb7ce [diff] | |
parent | 363553b5e40eb72eb4e87922e7dbdc988e3871d3 [diff] |
Merge pull request #5705 from AndrzejKurek/off-by-one-ssl-opt-2-28 Backport 2.28 - Fix an off-by-one error in ssl-opt.sh
diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index 654de32..ced863a 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh
@@ -1082,7 +1082,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 ))