From 06e042acfa6f9c657d2a8580c1af327e353e99dd Mon Sep 17 00:00:00 2001 From: Danny Kopping Date: Tue, 16 Apr 2024 13:06:08 +0200 Subject: [PATCH] chore: apply shellcheck recommendation which was causing "make lint" to fail locally (#12972) --- scaletest/scaletest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scaletest/scaletest.sh b/scaletest/scaletest.sh index f14d8ef839..dd0a6cb4f4 100755 --- a/scaletest/scaletest.sh +++ b/scaletest/scaletest.sh @@ -213,7 +213,7 @@ while ! maybedryrun "$DRY_RUN" timeout 1 bash -c "echo > /dev/tcp/localhost/6061 echo "pprof failed to become ready in time!" exit 1 fi - pprof_attempt_counter+=1 + ((pprof_attempt_counter += 1)) maybedryrun "$DRY_RUN" sleep 3 done