update benchmark-dockerized.sh and verify-dockerized.sh

update pull request
This commit is contained in:
aaa
2019-04-09 13:26:23 -04:00
parent dca968b078
commit 037729b357
2 changed files with 2 additions and 3 deletions

View File

@@ -21,8 +21,7 @@ set -o xtrace
retry() {
for i in {1..5}; do
if "$@"
then
if "$@"; then
return 0
else
sleep "${i}"