Skip to content

Commit 06e042a

Browse files
authored
chore: apply shellcheck recommendation which was causing "make lint" to fail locally (#12972)
1 parent 41ca6e4 commit 06e042a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaletest/scaletest.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ while ! maybedryrun "$DRY_RUN" timeout 1 bash -c "echo > /dev/tcp/localhost/6061
213213
echo "pprof failed to become ready in time!"
214214
exit 1
215215
fi
216-
pprof_attempt_counter+=1
216+
((pprof_attempt_counter += 1))
217217
maybedryrun "$DRY_RUN" sleep 3
218218
done
219219

0 commit comments

Comments
 (0)