Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Applying shellcheck recommendation which was causing "make lint" to f…
…ail locally

See https://www.shellcheck.net/wiki/SC2324

Signed-off-by: Danny Kopping <danny@coder.com>
  • Loading branch information
dannykopping committed Apr 16, 2024
commit ae55a1c7623a48616ff841717c96ff6fe1f1218a
2 changes: 1 addition & 1 deletion scaletest/scaletest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down