Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit06e042a

Browse files
authored
chore: apply shellcheck recommendation which was causing "make lint" to fail locally (#12972)
1 parent41ca6e4 commit06e042a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scaletest/scaletest.sh

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp